From cd7e8e1743c7b1eee55290b909d29b03b49014e7 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Fri, 10 Apr 2020 08:35:45 -0400 Subject: [PATCH] Bump version string post release (#4119) Now that qiskit-terra 0.13.0 is out the door we should bump the version string on master to show the source version we're installing is newer than what's been released. --- .mergify.yml | 2 +- docs/conf.py | 2 +- qiskit/VERSION.txt | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index d0b7ed77d874..5a575147fa17 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -15,4 +15,4 @@ pull_request_rules: actions: backport: branches: - - stable/0.12 + - stable/0.13 diff --git a/docs/conf.py b/docs/conf.py index f8be2444a4ea..7fdc0132ff53 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.12.0' +release = '0.14.0' # -- General configuration --------------------------------------------------- diff --git a/qiskit/VERSION.txt b/qiskit/VERSION.txt index 54d1a4f2a4a7..a803cc227fe6 100644 --- a/qiskit/VERSION.txt +++ b/qiskit/VERSION.txt @@ -1 +1 @@ -0.13.0 +0.14.0 diff --git a/setup.py b/setup.py index 99423a350173..a9a4b8778af4 100755 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ setup( name="qiskit-terra", - version="0.13.0", + version="0.14.0", description="Software for developing quantum computing programs", long_description=README, long_description_content_type='text/markdown',