diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a0f3462..bea6fc5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.143.0 +current_version = 2.144.0 tag = False commit = False diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ec4918..d8858e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v 2.144.0 (?) +Changes in this release: + # v 2.143.0 (2024-12-20) Changes in this release: diff --git a/pyproject.toml b/pyproject.toml index e7bdb03..e222916 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "inmanta-dev-dependencies" -version = "2.143.0" +version = "2.144.0" requires-python = ">=3.9" description = "Package collecting all common dev dependencies of inmanta modules and extensions to synchronize dependency versions." authors = [ diff --git a/src/inmanta_dev_dependencies/__init__.py b/src/inmanta_dev_dependencies/__init__.py index a35a945..3450e0a 100644 --- a/src/inmanta_dev_dependencies/__init__.py +++ b/src/inmanta_dev_dependencies/__init__.py @@ -1 +1 @@ -__version__ = "2.143.0" +__version__ = "2.144.0"