diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4414c55..a2ae58d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 1.7.0 +current_version = 1.8.0 [bumpversion:file:setup.cfg] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b50396e..b33f8b4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog ========= +1.8.0 (2023-09-18) +------------------ + +Remove django-choices dependency and migrate to native Django choices enums. + 1.7.0 (2022-12-14) ------------------ diff --git a/README.rst b/README.rst index e0bef49..6d6567b 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Documenten API CMIS adapter =========================== -:Version: 1.7.0 +:Version: 1.8.0 :Source: https://github.com/open-zaak/cmis-adapter :Keywords: CMIS, Documenten API, VNG, Common Ground :PythonVersion: 3.7 diff --git a/setup.cfg b/setup.cfg index 467bd13..dc39a27 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = drc-cmis -version = 1.7.0 +version = 1.8.0 description = An adapter to manage Documenten API resources in a CMIS backend. long_description = file: README.rst url = https://github.com/open-zaak/cmis-adapter