Skip to content
Snippets Groups Projects
Commit cdddd146 authored by florian's avatar florian
Browse files

REL: Release v0.11.0

parent 384dbdbe
No related branches found
No related tags found
1 merge request!93Release 0.11.0
Pipeline #32804 passed
...@@ -45,10 +45,10 @@ from setuptools import find_packages, setup ...@@ -45,10 +45,10 @@ from setuptools import find_packages, setup
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
######################################################################## ########################################################################
ISRELEASED = False ISRELEASED = True
MAJOR = 0 MAJOR = 0
MINOR = 10 MINOR = 11
MICRO = 1 MICRO = 0
# Do not tag as pre-release until this commit # Do not tag as pre-release until this commit
# https://github.com/pypa/packaging/pull/515 # https://github.com/pypa/packaging/pull/515
# has made it into a release. Probably we should wait for pypa/packaging>=21.4 # has made it into a release. Probably we should wait for pypa/packaging>=21.4
......
...@@ -29,10 +29,10 @@ copyright = '2022, IndiScale GmbH' ...@@ -29,10 +29,10 @@ copyright = '2022, IndiScale GmbH'
author = 'Daniel Hornung' author = 'Daniel Hornung'
# The short X.Y version # The short X.Y version
version = '0.10.1' version = '0.11.0'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
# release = '0.5.2-rc2' # release = '0.5.2-rc2'
release = '0.10.1-dev' release = '0.10.1'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment