From 182df84444065716b464356752cd3539236de16f Mon Sep 17 00:00:00 2001 From: Matthieu Dartiailh Date: Wed, 30 Nov 2022 22:34:52 +0100 Subject: [PATCH] cut release 0.14.0 --- doc/changelog.rst | 6 +++--- pyproject.toml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 9a78cc90..ff64e804 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,7 +1,7 @@ ChangeLog ========= -unreleased: Version 0.14.0 +2022-11-30: Version 0.14.0 -------------------------- New features: @@ -52,7 +52,7 @@ Maintenance: - Drop support for Python 3.6 and 3.7 PR #100 -04/10/2021: Version 0.13.0 +2021-10-04: Version 0.13.0 -------------------------- New features: @@ -70,7 +70,7 @@ Bugfixes: - Fix line table assembly in Python 3.10. PR #85 -02/02/2021: Version 0.12.0 +2021-02-02: Version 0.12.0 -------------------------- New features: diff --git a/pyproject.toml b/pyproject.toml index 42c82998..d62d7ef7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = ["typing_extensions;python_version<'3.10'"]