From fa1907c3be7bfd950e3b3e10afbb2ead88417aa2 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Mon, 25 Mar 2024 21:53:21 -0500 Subject: [PATCH] 0.12.0rc0 --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ac63f6fb05..375f93c87f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,9 +35,9 @@ author = "NAWI" # The full version, including alpha/beta/rc tags -release = "0.12.dev0" +release = "0.12.0rc0" # The short X.Y version -version = "0.12.dev0" +version = "0.12.0rc0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 478a68283a..ac337ee7fd 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,7 @@ install_requires=[ # primary requirements for unit and property models # maintainers: switch to SPECIAL_DEPENDENCIES_FOR_RELEASE when cutting a release of watertap - *SPECIAL_DEPENDENCIES_FOR_PRERELEASE, + *SPECIAL_DEPENDENCIES_FOR_RELEASE, "pyomo>=6.6.1", # (also needed for units in electrolyte database (edb)) "pyyaml", # watertap.core.wt_database # the following requirements are for the electrolyte database (edb)