We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f7882 commit b43ac44Copy full SHA for b43ac44
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 2.0 (In Development)
+## 2.0.0 (In Development)
4
5
* Deprecate 1.0 WowApi
6
* Implement client credentials flow for OAuth authentication
docs/conf.py
@@ -51,9 +51,9 @@
51
# built documents.
52
#
53
# The short X.Y version.
54
-version = '2.0'
+version = '2.0.0'
55
# The full version, including alpha/beta/rc tags.
56
-release = '2.0'
+release = '2.0.0'
57
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
# for a list of supported languages.
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
-__version__ = '2.0'
+__version__ = '2.0.0'
7
8
9
def read(*parts):
0 commit comments