From 6b001c7594088ae83eb053cf265c8a58374d0bf6 Mon Sep 17 00:00:00 2001 From: Dominik Rumian Date: Aug 17 2021 06:57:56 +0000 Subject: 1.63 Release Jira: RHELCMP-5416 Signed-off-by: Dominik Rumian --- diff --git a/doc/source/conf.py b/doc/source/conf.py index d2dfdc5..1641295 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -58,9 +58,9 @@ author = u'rpkg team' # built documents. # # The short X.Y version. -version = u'1.62' +version = u'1.63' # The full version, including alpha/beta/rc tags. -release = u'1.62' +release = u'1.63' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/source/releases.rst b/doc/source/releases.rst index b4b92d8..259e156 100644 --- a/doc/source/releases.rst +++ b/doc/source/releases.rst @@ -6,6 +6,7 @@ Releases .. toctree:: :maxdepth: 1 + releases/1.63 releases/1.62 releases/1.61 releases/1.60 diff --git a/doc/source/releases/1.63.rst b/doc/source/releases/1.63.rst new file mode 100644 index 0000000..376395e --- /dev/null +++ b/doc/source/releases/1.63.rst @@ -0,0 +1,26 @@ +.. _release-notes-1.63: + +rpkg 1.63 Release Notes +======================= + +Released on ** + +Python compatibility +-------------------- + +rpkg works with Python 2.7, 3.7, 3.8 and 3.9. + +What's new in rpkg 1.63 +----------------------- + + +Other small fixes +~~~~~~~~~~~~~~~~~ + + +Coding style changes +~~~~~~~~~~~~~~~~~~~~ + +Change Logs +----------- + diff --git a/setup.py b/setup.py index deacfb9..9c6d881 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ with open(readme_rst, 'r') as readme: setup( name="rpkg", - version="1.62", + version="1.63", author="Dennis Gilmore", author_email="ausil@fedoraproject.org", description=("A python library and runtime script for managing RPM"