From 72b299ac758d4a154f98820fb5aaf58a2655cec5 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Thu, 10 Jun 2021 12:01:50 +0200 Subject: [PATCH] Test the new workflow pipeline with a release. --- doc/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 67c59be2f..537e1e364 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -42,7 +42,7 @@ def _LatestTagName(): # The full version, including alpha/beta/rc tags version = "0.6" # The short X.Y version. -release = "0.6.2" # The full version, including alpha/beta/rc tags. +release = "0.6.3" # The full version, including alpha/beta/rc tags. try: if _IsUnderGitControl: latestTagName = _LatestTagName()[1:] # remove prefix "v" diff --git a/setup.py b/setup.py index b839145cb..1334a4f30 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ # Assemble all package information setuptools_setup( name=projectName, - version="0.6.2", + version="0.6.3", author="Patrick Lehmann", author_email="Paebbels@gmail.com",