diff --git a/doc/conf.py b/doc/conf.py index 3d2abd17..ea98e7bb 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.' # The short X.Y version. version = '4.3' # The full version, including alpha/beta/rc tags. -release = '4.3.7' +release = '4.3.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 08dafc1e..47203c82 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.3.7", + version="4.3.8", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",