Skip to content

Commit e0c1411

Browse files
authored
Release 0.11.0 (#276)
1 parent 7ba2349 commit e0c1411

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Release History
44
===============
55

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+
612
0.10.1
713
++++++
814

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import sys
99
from setuptools import setup
1010

11-
VERSION = '0.10.1'
11+
VERSION = '0.11.0'
1212

1313
DEPENDENCIES = [
1414
'argcomplete',

0 commit comments

Comments
 (0)