From 556471705789b2bc07905af9d22e1eb5f47883d3 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Thu, 14 Nov 2024 10:39:16 +0100 Subject: [PATCH] :bookmark: Release version 1.9.1 --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 5 +++++ README.rst | 6 +++--- setup.cfg | 6 ++---- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f29a671..59785fc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 1.9.0 +current_version = 1.9.1 [bumpversion:file:setup.cfg] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 093e679..c9f55bf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog ========= +1.9.1 (2024-11-14) +------------------ + +* Remove unused notifications handler (to remove zds-client imports) + 1.9.0 (2024-04-12) ------------------ diff --git a/README.rst b/README.rst index fe909eb..700ef29 100644 --- a/README.rst +++ b/README.rst @@ -2,10 +2,10 @@ Documenten API CMIS adapter =========================== -:Version: 1.9.0 +:Version: 1.9.1 :Source: https://github.com/open-zaak/cmis-adapter :Keywords: CMIS, Documenten API, VNG, Common Ground -:PythonVersion: 3.7 +:PythonVersion: 3.10 |build-status| |coverage| |linting| |black| |python-versions| |django-versions| |pypi-version| @@ -74,7 +74,7 @@ included and does not require separate installation.** Requirements ------------ -* Python 3.7 or above +* Python 3.10 or above * setuptools 30.3.0 or above * Django 3.2 or newer diff --git a/setup.cfg b/setup.cfg index 317e8d1..617c41c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = drc-cmis -version = 1.9.0 +version = 1.9.1 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 @@ -19,10 +19,8 @@ classifiers = Operating System :: Microsoft :: Windows Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.7 - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Programming Language :: Python :: Implementation :: CPython Topic :: Software Development :: Libraries :: Python Modules