diff --git a/RELEASES.rst b/RELEASES.rst index 480dac4f4..1426a0a46 100644 --- a/RELEASES.rst +++ b/RELEASES.rst @@ -1,6 +1,21 @@ Release Notes ------------- +1.2 Series +~~~~~~~~~~ + +See `1.2.0 release tracking page`_ for details. + +**Upgrade Notes** + +**Major Features** + +**Other Changes** + +**Known Issues** + +.. _1.2.0 release tracking page: https://bugs.launchpad.net/ironic-discoverd/+milestone/1.2.0 + 1.1 Series ~~~~~~~~~~ diff --git a/ironic_discoverd/__init__.py b/ironic_discoverd/__init__.py index c6a462b30..fd0f43416 100644 --- a/ironic_discoverd/__init__.py +++ b/ironic_discoverd/__init__.py @@ -11,5 +11,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version_info__ = (1, 1, 0) +__version_info__ = (1, 2, 0) __version__ = '%d.%d.%d' % __version_info__