diff --git a/.github/workflows/devtools.yml b/.github/workflows/devtools.yml index f6fb3784..e3cdd849 100644 --- a/.github/workflows/devtools.yml +++ b/.github/workflows/devtools.yml @@ -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" diff --git a/devtools/setup.cfg b/devtools/setup.cfg index 6f7d2561..1c47cab7 100644 --- a/devtools/setup.cfg +++ b/devtools/setup.cfg @@ -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\d+)\.(?P\d+)\.(?P\d+)\.dev(?P\d+) -; serialize = -; {major}.{minor}.{patch}.dev{release} [bumpversion:file:src/klio_devtools/__init__.py] [bdist_wheel] universal = 1 - diff --git a/devtools/src/klio_devtools/__init__.py b/devtools/src/klio_devtools/__init__.py index 6de13c61..cec9a021 100644 --- a/devtools/src/klio_devtools/__init__.py +++ b/devtools/src/klio_devtools/__init__.py @@ -14,7 +14,7 @@ # __author__ = "The klio developers" -__version__ = "0.1.1" +__version__ = "22.3.0" __email__ = "opensource+klio@spotify.com" __description__ = "Utilities to make klio development a little easier." __uri__ = "https://github.com/spotify/klio" diff --git a/docs/src/reference/executor/changelog.rst b/docs/src/reference/executor/changelog.rst index 401d9a73..d732402c 100644 --- a/docs/src/reference/executor/changelog.rst +++ b/docs/src/reference/executor/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -.. _lib-22.3.0: +.. _exec-22.3.0: 22.3.0 (2022-03-04) --------------------