We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba2349 commit e0c1411Copy full SHA for e0c1411
HISTORY.rst
@@ -3,6 +3,12 @@
3
Release History
4
===============
5
6
+0.11.0
7
+++++++
8
+
9
+* Declare support for Python 3.11 and drop support for Python 3.7 (#275)
10
+* Stop converting argument's `bool` default value to `DefaultInt` (#273)
11
12
0.10.1
13
++++++
14
setup.py
@@ -8,7 +8,7 @@
import sys
from setuptools import setup
-VERSION = '0.10.1'
+VERSION = '0.11.0'
DEPENDENCIES = [
'argcomplete',
0 commit comments