We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7d710 commit b1164b5Copy full SHA for b1164b5
HISTORY.rst
@@ -3,6 +3,11 @@
3
Release History
4
===============
5
6
+0.12.0
7
+++++++
8
+
9
+* Declare support for Python 3.12 (#279)
10
11
0.11.0
12
++++++
13
setup.py
@@ -8,7 +8,7 @@
import sys
from setuptools import setup
-VERSION = '0.11.0'
+VERSION = '0.12.0'
DEPENDENCIES = [
14
'argcomplete',
0 commit comments