Kaynağa Gözat

Release 5.13.0

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
Pierre-Yves Chibon 3 yıl önce
ebeveyn
işleme
aefcb921a8
5 değiştirilmiş dosya ile 26 ekleme ve 5 silme
  1. 6 0
      UPGRADING.rst
  2. 11 0
      doc/changelog.rst
  3. 3 2
      doc/contributors.rst
  4. 4 1
      files/pagure.spec
  5. 2 2
      pagure/__init__.py

+ 6 - 0
UPGRADING.rst

@@ -1,6 +1,12 @@
 Upgrading Pagure
 ================
 
+From 5.12 to 5.13
+-----------------
+
+The 5.13 release does not contain any database schema changes.
+
+
 From 5.12 to 5.12.1
 -------------------
 

+ 11 - 0
doc/changelog.rst

@@ -3,6 +3,17 @@ Changelog
 
 This document records all notable changes to `Pagure <https://pagure.io>`_.
 
+5.13.0 (2021-01-19)
+-------------------
+- When failing to find a git repo, log where pagure looked
+- Get the default branch of the target repo when linking for new PR
+- Add an hascommit API endpoint
+- Fixing sample input and output for alias related api (Mohan Boddu)
+- Add missing API endpoints related to git aliases and re-order a little
+- Add support for chardet 4.0+
+- Fix support for cchardet
+
+
 5.12.1 (2021-01-08)
 -------------------
 - Block chardet 4.0, we're not compatible with it yet

+ 3 - 2
doc/contributors.rst

@@ -3,12 +3,12 @@ Contributors to pagure
 
 Pagure would be nothing without its contributors.
 
-On January 8, 2021 (release 5.12.1) the list looks as follow:
+On January 19, 2021 (release 5.13) the list looks as follow:
 
 =================  ===========
 Number of commits  Contributor
 =================  ===========
-  6880              Pierre-Yves Chibon <pingou@pingoured.fr>
+  6888              Pierre-Yves Chibon <pingou@pingoured.fr>
    328              Ryan Lerch <rlerch@redhat.com>
    172              Vivek Anand <vivekanand1101@gmail.com>
    147              Julen Landa Alustiza <jlanda@fedoraproject.org>
@@ -150,6 +150,7 @@ Number of commits  Contributor
      1              Mary Kate Fain <mk@marykatefain.com>
      1              Mathew Robinson <mathew.robinson3114@gmail.com>
      1              Michal Srb <michal@redhat.com>
+     1              Mohan Boddu <mboddu@bhujji.com>
      1              Mohan Boddu <mboddu@redhat.com>
      1              Nils Philippsen <nils@redhat.com>
      1              Pavel Raiskup <praiskup@redhat.com>

+ 4 - 1
files/pagure.spec

@@ -16,7 +16,7 @@
 
 
 Name:               pagure
-Version:            5.12.1
+Version:            5.13
 Release:            1%{?dist}
 Summary:            A git-centered forge
 
@@ -568,6 +568,9 @@ done
 
 
 %changelog
+* Tue Jan 19 2021 Pierre-Yves Chibon <pingou@pingoured.fr> - 5.13-1
+- Update to 5.13
+
 * Fri Jan 08 2021 Pierre-Yves Chibon <pingou@pingoured.fr> - 5.12.1-1
 - Update to 5.12.1
 

+ 2 - 2
pagure/__init__.py

@@ -11,5 +11,5 @@
 from __future__ import unicode_literals, absolute_import
 
 
-__api_version__ = "0.30"
-__version__ = "5.12.1"
+__api_version__ = "0.31"
+__version__ = "5.13"