8000
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.
2 parents 5abeda6 + d26cc07 commit 3a7680dCopy full SHA for 3a7680d
docs/usage/semver-version.rst
@@ -4,4 +4,4 @@ Getting the Version of semver
4
To know the version of semver itself, use the following construct::
5
6
>>> semver.__version__
7
- '3.0.0-rc.1'
+ '3.0.0'
src/semver/__about__.py
@@ -16,7 +16,7 @@
16
"""
17
18
#: Semver version
19
-__version__ = "3.0.0-rc.1"
+__version__ = "3.0.0"
20
21
#: Original semver author
22
__author__ = "Kostiantyn Rybnikov"
0 commit comments