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 687a004 commit 52d3910Copy full SHA for 52d3910
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v0.12.0 - 15 May 2925
2
+- update dependencies
3
+- drop Python 3.8 support
4
+
5
# v0.11.1 - 03 Sep 2024
6
- update dependencies
7
setup.py
@@ -2,7 +2,7 @@
from distutils.core import setup
from setuptools import find_packages
-VERSION = '0.11.1'
+VERSION = '0.12.0'
with open('README.md', 'r', encoding='utf-8') as fh:
8
long_description = fh.read()
0 commit comments