diff --git a/README.rst b/README.rst index ec1e2f1..8b4b969 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ looks like this:: See the docs_ for more details on the many features and formats for setting request headers and bodies and evaluating responses. -Gabbi is tested with Python 3.6, 3.7, 3.8, 3.9, 3.10 and pypy3. +Gabbi is tested with Python 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 and pypy3. Tests can be run using `unittest`_ style test runners, `pytest`_ or from the command line with a `gabbi-run`_ script. diff --git a/docs/source/release.rst b/docs/source/release.rst index 3d8a3ac..4cf56a9 100644 --- a/docs/source/release.rst +++ b/docs/source/release.rst @@ -5,6 +5,11 @@ These are informal release notes for gabbi since version 1.0.0, highlighting major features and changes. For more detail see the `commit logs`_ on GitHub. +2.11.0 +----- + +* Corrected support for Python 3.12 + 2.10.0 ------ diff --git a/gabbi/__init__.py b/gabbi/__init__.py index 445e401..bd4690e 100644 --- a/gabbi/__init__.py +++ b/gabbi/__init__.py @@ -12,4 +12,4 @@ # under the License. """See gabbi.driver and gabbbi.case.""" -__version__ = '2.10.0' +__version__ = '2.11.0'