Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7971160 commit 44add63Copy full SHA for 44add63
2 files changed
HISTORY.rst
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-2.0.0b9 - Unreleased
5
---------------------
+2.0.0 - 2022-08-17
+------------------
6
7
* Dropped support for Python 3.6.
8
[fschulze]
setup.py
@@ -7,7 +7,7 @@
HISTORY = open(os.path.join(here, 'HISTORY.rst')).read()
9
10
-version = "2.0.0b9"
+version = "2.0.0"
11
12
13
classifiers = [
0 commit comments