Prepare 10.2.1 release

We missed the metadata.json updates for the ocata-3 release
so we need to include them in a new release.

Change-Id: I15bacc39c0ba9140f850c92445223b7ab4d7a80d
This commit is contained in:
Alex Schultz
2017-01-26 13:23:25 -07:00
parent bf21e216f8
commit 965fdf4291
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "openstack-swift", "name": "openstack-swift",
"version": "10.1.0", "version": "10.2.1",
"author": "Puppet Labs and OpenStack Contributors", "author": "Puppet Labs and OpenStack Contributors",
"summary": "Puppet module for OpenStack Swift", "summary": "Puppet module for OpenStack Swift",
"license": "Apache-2.0", "license": "Apache-2.0",
@@ -53,7 +53,7 @@
}, },
{ {
"name": "openstack/keystone", "name": "openstack/keystone",
"version_requirement": ">=10.1.0 <11.0.0" "version_requirement": ">=10.2.0 <11.0.0"
}, },
{ {
"name": "puppetlabs/rsync", "name": "puppetlabs/rsync",

View File

@@ -52,9 +52,9 @@ copyright = u'2016, Puppet OpenStack Developers'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '10.1.0' version = '10.2.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '10.1.0' release = '10.2.1'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.