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 790e006 commit 2a1db1eCopy full SHA for 2a1db1e
CHANGELOG.rst
@@ -6,8 +6,8 @@ Change Log
6
All notable changes to this code base will be documented in this file,
7
in every released version.
8
9
-Version 2.99.99
10
-===============
+Version 3.0.0-dev.1
+===================
11
12
:Released: 2020-
13
:Maintainer:
semver.py
@@ -10,7 +10,7 @@
import warnings
-__version__ = "2.99.99"
+__version__ = "3.0.0-dev.1"
14
__author__ = "Kostiantyn Rybnikov"
15
__author_email__ = "k-bx@k-bx.com"
16
__maintainer__ = ["Sebastien Celles", "Tom Schraitle"]
0 commit comments