From 6644291afbfaee6b20e829edac5129f7b29f6d64 Mon Sep 17 00:00:00 2001 From: jiasli <4003950+jiasli@users.noreply.github.com> Date: Mon, 24 Jul 2023 13:43:57 +0800 Subject: [PATCH] release-0.11.0 --- HISTORY.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index fc1a141..4cbddae 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ Release History =============== +0.11.0 +++++++ + +* Declare support for Python 3.11 and drop support for Python 3.7 (#275) +* Stop converting argument's `bool` default value to `DefaultInt` (#273) + 0.10.1 ++++++ diff --git a/setup.py b/setup.py index 43bdece..9d34a14 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import sys from setuptools import setup -VERSION = '0.10.1' +VERSION = '0.11.0' DEPENDENCIES = [ 'argcomplete',