Skip to content

Commit b43ac44

Browse files
author
Carlo Smouter
committed
Add semantic versioning
1 parent 36f7882 commit b43ac44

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.0 (In Development)
3+
## 2.0.0 (In Development)
44

55
* Deprecate 1.0 WowApi
66
* Implement client credentials flow for OAuth authentication

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '2.0'
54+
version = '2.0.0'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '2.0'
56+
release = '2.0.0'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55

6-
__version__ = '2.0'
6+
__version__ = '2.0.0'
77

88

99
def read(*parts):

0 commit comments

Comments
 (0)