Skip to content

Commit 14d17da

Browse files
authored
0.3.0 release preparation (#46)
* Update CHANGELOG.md * Update regta dependency of example docker project
1 parent 4501660 commit 14d17da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.3.0 (in progress)
1+
## 0.3.0 (27.01.2023)
22
* Add `regta-period` package support
33
* Remove support for jobs loading as `--list` param
44
* Add `--no-ansi` flag to `regta run` and `regta list` commands

docs/source/user_guide/docker_example_project/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77

88
[tool.poetry.dependencies]
99
python = "^3.10"
10-
regta = "^0.2.0"
10+
regta = "^0.3.0"
1111

1212
[tool.poetry.dev-dependencies]
1313

0 commit comments

Comments
 (0)