Browse Source

Release 5.7.3

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
Pierre-Yves Chibon 4 years ago
parent
commit
416104bb32
4 changed files with 14 additions and 4 deletions
  1. 7 0
      doc/changelog.rst
  2. 2 2
      doc/contributors.rst
  3. 4 1
      files/pagure.spec
  4. 1 1
      pagure/__init__.py

+ 7 - 0
doc/changelog.rst

@@ -3,6 +3,13 @@ Changelog
 
 This document records all notable changes to `Pagure <https://pagure.io>`_.
 
+5.7.3 (2019-08-02)
+------------------
+
+- Fix the alembic revision adding support for allow_rebase on PRs to work with
+  mysql
+- Make the doc build in sphinx with python3 by default
+
 5.7.2 (2019-07-30)
 ------------------
 

+ 2 - 2
doc/contributors.rst

@@ -3,12 +3,12 @@ Contributors to pagure
 
 Pagure would be nothing without its contributors.
 
-On July 30, 2019 (release 5.7.2) the list looks as follow:
+On August 2, 2019 (release 5.7.3) the list looks as follow:
 
 =================  ===========
 Number of commits  Contributor
 =================  ===========
-  6618              Pierre-Yves Chibon <pingou@pingoured.fr>
+  6621              Pierre-Yves Chibon <pingou@pingoured.fr>
    328              Ryan Lerch <rlerch@redhat.com>
    172              Vivek Anand <vivekanand1101@gmail.com>
    139              farhaanbukhsh <farhaan.bukhsh@gmail.com>

+ 4 - 1
files/pagure.spec

@@ -16,7 +16,7 @@
 
 
 Name:               pagure
-Version:            5.7.2
+Version:            5.7.3
 Release:            1%{?dist}
 Summary:            A git-centered forge
 
@@ -491,6 +491,9 @@ done
 
 
 %changelog
+* Fri Aug 02 2019 Pierre-Yves Chibon <pingou@pingoured.fr> - 5.7.3-1
+- Update to pagure 5.7.3
+
 * Tue Jul 30 2019 Pierre-Yves Chibon <pingou@pingoured.fr> - 5.7.2-1
 - Update to pagure 5.7.2
 

+ 1 - 1
pagure/__init__.py

@@ -11,5 +11,5 @@
 from __future__ import unicode_literals, absolute_import
 
 
-__version__ = "5.7.2"
+__version__ = "5.7.3"
 __api_version__ = "0.29"