From 29160082f7360e467db0d3a58d14cd82ac99b17c Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 04 2015 08:49:51 +0000 Subject: Release 0.1 and adjust documentation accordingly --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 1e17a51..5d1acb5 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,16 +3,16 @@ Contributors to pagure Pagure would be nothing without its contributors. -On April 1, 2015 (release -), the list looks as follow: +On May 4, 2015 (release 0.1), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 1659 Pierre-Yves Chibon + 2168 Pierre-Yves Chibon 59 Johan Cwiklinski 13 Mathieu Bridon + 8 Ghost-script 8 Ralph Bean - 3 Ghost-script 3 Kushal Khandelwal 1 Stanislav Ochotnicky diff --git a/files/pagure.spec b/files/pagure.spec index b5c3438..8eeb88b 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -2,13 +2,13 @@ %distutils.sysconfig import get_python_lib; print (get_python_lib())")} Name: pagure -Version: 0.0 -Release: 1.20150402%{?dist} +Version: 0.1 +Release: 1%{?dist} Summary: A git-centered forge License: GPLv2+ URL: http://fedorahosted.org/pagure/ -Source0: https://fedorahosted.org/releases/p/r/pagure/%{name}-%{version}.tar.gz +Source0: https://fedorahosted.org/releases/p/a/pagure/%{name}-%{version}.tar.gz BuildArch: noarch @@ -145,6 +145,9 @@ install -m 644 milters/pagure_milter.service \ %changelog +* Mon May 04 2015 Pierre-Yves Chibon - 0.1-1 +- First official release: 0.1 + * Thu Apr 02 2015 Pierre-Yves Chibon - 0.0-1.20150402 - Cut a RPM for testing on Thu Apr 2nd 2015 diff --git a/pagure/__init__.py b/pagure/__init__.py index 8338558..8c45976 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -12,8 +12,8 @@ __requires__ = ['SQLAlchemy >= 0.8', 'jinja2 >= 2.4'] import pkg_resources -__version__ = '0.0' -__api_version__ = '0' +__version__ = '0.1' +__api_version__ = '1' import datetime