Skip to content

Commit

Permalink
[cli] Bump version: 21.9.0rc1 → 21.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
econchick committed Oct 12, 2021
1 parent 949e78f commit bfb3b71
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cli/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[bumpversion]
current_version = 21.9.0rc1
current_version = 21.9.0
tag_name = cli-{new_version}
commit = True
tag = True
message = [cli] Bump version: {current_version} → {new_version}
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
serialize =
{major}.{minor}.{patch}

[bumpversion:file:src/klio_cli/__init__.py]
Expand Down
2 changes: 1 addition & 1 deletion cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def get_long_description(package_dir):
}
META_FILE = read(META_PATH)
INSTALL_REQUIRES = [
"klio-core>=21.9.0rc1",
"klio-core>=21.9.0",
"click",
"dateparser",
"docker",
Expand Down
2 changes: 1 addition & 1 deletion cli/src/klio_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#

__author__ = "The klio developers"
__version__ = "21.9.0rc1"
__version__ = "21.9.0"
__email__ = "[email protected]"
__description__ = "Main entrypoint for Klio jobs"
__uri__ = "https://github.com/spotify/klio"
2 changes: 1 addition & 1 deletion docs/src/reference/cli/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CLI Changelog

.. _cli-21.9.0:

21.9.0 (UNRELEASED)
21.9.0 (2021-10-12)
-------------------

.. start-21.9.0
Expand Down

0 comments on commit bfb3b71

Please sign in to comment.