Drop -dev in preparation for Pike M2

We're coming up on the Pike M2 release and we need to prepare the
metadata.json and reno configuration for the release.

Change-Id: I7a3fa939a11fc34036fc2c726800169d4ce5be5c
This commit is contained in:
Alex Schultz 2017-06-01 08:53:02 -06:00
parent 14c7964754
commit dfa22cdc83
2 changed files with 2 additions and 2 deletions

View File

@ -48,5 +48,5 @@
], ],
"source": "git://github.com/openstack/puppet-ovn.git", "source": "git://github.com/openstack/puppet-ovn.git",
"summary": "Modules to setup ovn-northd and ovn-controller", "summary": "Modules to setup ovn-northd and ovn-controller",
"version": "11.1.0-dev" "version": "11.1.0"
} }

View File

@ -54,7 +54,7 @@ copyright = u'2017, Puppet OpenStack Developers'
# The short X.Y version. # The short X.Y version.
version = '11.1.0' version = '11.1.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '11.1.0-dev' release = '11.1.0'
# 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.