Skip to content

Commit

Permalink
Release 0.11.0 (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli authored Jul 26, 2023
1 parent 7ba2349 commit e0c1411
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
++++++

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import sys
from setuptools import setup

VERSION = '0.10.1'
VERSION = '0.11.0'

DEPENDENCIES = [
'argcomplete',
Expand Down

0 comments on commit e0c1411

Please sign in to comment.