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 d23caf0 commit 3462969Copy full SHA for 3462969
docs/conf.py
@@ -35,9 +35,9 @@
35
author = "NAWI"
36
37
# The full version, including alpha/beta/rc tags
38
-release = "1.2.0rc1"
+release = "1.2.0"
39
# The short X.Y version
40
-version = "1.2.0rc"
+version = "1.2.0"
41
# -- General configuration ---------------------------------------------------
42
43
setup.py
@@ -27,7 +27,7 @@
27
setup(
28
name="watertap",
29
url="https://github.com/watertap-org/watertap",
30
- version="1.2.0rc1",
+ version="1.2.0",
31
description="WaterTAP modeling library",
32
long_description=long_description,
33
long_description_content_type="text/markdown",
0 commit comments