From 86b4d24d15ad6d9c00ed27ab40715521abfdb0fc Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 24 2017 13:49:41 +0000 Subject: Release 3.3.1 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index afed912..5a82d92 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to pagure Pagure would be nothing without its contributors. -On July 24, 2017 (release 3.3), the list looks as follow: +On July 24, 2017 (release 3.3.1), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 5335 Pierre-Yves Chibon + 5337 Pierre-Yves Chibon 191 Ryan Lerch 143 Vivek Anand 139 farhaanbukhsh diff --git a/files/pagure.spec b/files/pagure.spec index 5042acd..49c5491 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -2,7 +2,7 @@ %distutils.sysconfig import get_python_lib; print (get_python_lib())")} Name: pagure -Version: 3.3 +Version: 3.3.1 Release: 1%{?dist} Summary: A git-centered forge @@ -384,6 +384,10 @@ install -m 644 pagure-loadjson/pagure_loadjson.service \ %changelog +* Mon Jul 24 2017 Pierre-Yves Chibon - 3.3.1-1 +- Update to 3.3.1 +- Fix typo in the alembic migration present in 3.3 + * Mon Jul 24 2017 Pierre-Yves Chibon - 3.3-1 - [SECURITY FIX] block private repo (read) access via ssh due to a bug on how we generated the gitolite config - CVE-2017-1002151 (Stefan Bühler) diff --git a/pagure/__init__.py b/pagure/__init__.py index a7afee0..6383759 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -12,7 +12,7 @@ __requires__ = ['SQLAlchemy >= 0.8', 'jinja2 >= 2.4'] import pkg_resources # noqa: E402,F401 -__version__ = '3.3' +__version__ = '3.3.1' __api_version__ = '0.15'