Skip to content

Commit

Permalink
[devtools] Bump version: 0.1.1 → 22.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shireen-bean committed Mar 4, 2022
1 parent 19ede18 commit 828f9dc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/devtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ jobs:
- uses: "actions/setup-python@v1"
with:
python-version: "3.7"
- name: "Install dependency: klio_cli"
run: "python -m pip install -e ."
working-directory: cli
- name: "Install dependency: klio_core"
run: "python -m pip install -e ."
working-directory: core
- name: "Install dependency: klio_cli"
run: "python -m pip install -e ."
working-directory: cli
- name: "Install in dev mode"
run: "python -m pip install -e .[dev]"
- name: "Import package"
Expand Down
7 changes: 1 addition & 6 deletions devtools/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
[bumpversion]
current_version = 0.1.1
current_version = 22.3.0
commit = True
tag = True
tag_name = devtools-{new_version}
message = [devtools] Bump version: {current_version} → {new_version}
; for when we need to make any future dev releases
; parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\.dev(?P<release>\d+)
; serialize =
; {major}.{minor}.{patch}.dev{release}

[bumpversion:file:src/klio_devtools/__init__.py]

[bdist_wheel]
universal = 1

2 changes: 1 addition & 1 deletion devtools/src/klio_devtools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#

__author__ = "The klio developers"
__version__ = "0.1.1"
__version__ = "22.3.0"
__email__ = "[email protected]"
__description__ = "Utilities to make klio development a little easier."
__uri__ = "https://github.com/spotify/klio"
2 changes: 1 addition & 1 deletion docs/src/reference/executor/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

.. _lib-22.3.0:
.. _exec-22.3.0:

22.3.0 (2022-03-04)
--------------------
Expand Down

0 comments on commit 828f9dc

Please sign in to comment.