Skip to content

Commit 98a8c56

Browse files
v0.1.9rc1
1 parent c6b21b1 commit 98a8c56

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

doc/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
Version 0.1.9
5+
-------------
6+
7+
Released on March 13, 2024.
8+
9+
- Test against Python 3.12.
10+
- Drop support for Python 3.7.
11+
412
Version 0.1.8
513
-------------
614

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
# Do not change the variable name. It's parsed by doc/conf.py script.
10-
version = '0.1.8'
10+
version = '0.1.9rc1'
1111

1212
requires = ['Sphinx >= 1.2']
1313

0 commit comments

Comments
 (0)