From 73fbc363ceaeb12cfea3c70824e2ced64ead6bd6 Mon Sep 17 00:00:00 2001 From: jiasli <4003950+jiasli@users.noreply.github.com> Date: Fri, 12 Jul 2024 17:22:06 +0800 Subject: [PATCH] release --- HISTORY.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 4cbddae..9716a21 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ Release History =============== +0.12.0 +++++++ + +* Declare support for Python 3.12 (#279) + 0.11.0 ++++++ diff --git a/setup.py b/setup.py index 82d54c6..7622208 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import sys from setuptools import setup -VERSION = '0.11.0' +VERSION = '0.12.0' DEPENDENCIES = [ 'argcomplete',