diff options
author | Emilien Macchi <emilien@redhat.com> | 2017-08-16 22:32:59 -0700 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-08-16 22:32:59 -0700 |
commit | 6c1aaa0b67bcf6da019e46ef430e396971c47051 (patch) | |
tree | a99b2d81f99a22bad6ac4dd4ae0c2433d6d30bd3 | |
parent | c82a5fe7e0d6347b317505b2dd49d8b1d3fa8163 (diff) |
Release Pike rc1 - 7.3.0
Change-Id: Id3277c97052e1dd88e6d2de6c5f92b32b95fa210
-rw-r--r-- | metadata.json | 2 | ||||
-rw-r--r-- | releasenotes/source/conf.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/metadata.json b/metadata.json index 821ce7c..82284f4 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "openstack-tripleo", - "version": "7.2.0", + "version": "7.3.0", "author": "OpenStack Contributors", "summary": "Puppet module for TripleO", "license": "Apache-2.0", diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index bba17b6..7224ef2 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -53,9 +53,9 @@ copyright = u'2017, Puppet TripleO Developers' # built documents. # # The short X.Y version. -version = '7.2.0' +version = '7.3.0' # The full version, including alpha/beta/rc tags. -release = '7.2.0' +release = '7.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |