From cdddd146045c5ab127f1ddf105b1e056c8e6e9cd Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Thu, 19 Jan 2023 10:11:40 +0100 Subject: [PATCH] REL: Release v0.11.0 --- setup.py | 6 +++--- src/doc/conf.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index e5160cb1..0d2305f0 100755 --- a/setup.py +++ b/setup.py @@ -45,10 +45,10 @@ from setuptools import find_packages, setup # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ######################################################################## -ISRELEASED = False +ISRELEASED = True MAJOR = 0 -MINOR = 10 -MICRO = 1 +MINOR = 11 +MICRO = 0 # Do not tag as pre-release until this commit # https://github.com/pypa/packaging/pull/515 # has made it into a release. Probably we should wait for pypa/packaging>=21.4 diff --git a/src/doc/conf.py b/src/doc/conf.py index 15fa844e..b6d82cd8 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -29,10 +29,10 @@ copyright = '2022, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '0.10.1' +version = '0.11.0' # The full version, including alpha/beta/rc tags # release = '0.5.2-rc2' -release = '0.10.1-dev' +release = '0.10.1' # -- General configuration --------------------------------------------------- -- GitLab