Skip to content

Commit b1164b5

Browse files
authored
Release 0.12.0 (#286)
1 parent 2a7d710 commit b1164b5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Release History
44
===============
55

6+
0.12.0
7+
++++++
8+
9+
* Declare support for Python 3.12 (#279)
10+
611
0.11.0
712
++++++
813

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import sys
99
from setuptools import setup
1010

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

1313
DEPENDENCIES = [
1414
'argcomplete',

0 commit comments

Comments
 (0)