Post Ocata Bugfix release

Prepare the metadata for a post-Ocata bugfix release.

Change-Id: If6ecefcbd1f2d251b099afba6af664286d8e1704
This commit is contained in:
Alex Schultz 2017-04-27 08:20:23 -06:00
parent 1067c42dfe
commit 12ad1a4578
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "openstack-glance", "name": "openstack-glance",
"version": "10.3.0", "version": "10.3.1",
"author": "Puppet Labs and OpenStack Contributors", "author": "Puppet Labs and OpenStack Contributors",
"summary": "Puppet module for OpenStack Glance", "summary": "Puppet module for OpenStack Glance",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -72,4 +72,4 @@
"version_requirement": ">=10.3.0 <11.0.0" "version_requirement": ">=10.3.0 <11.0.0"
} }
] ]
} }

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.3.0' version = '10.3.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '10.3.0' release = '10.3.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.