From 1bea5bd2e117a218434a3afa20efb7f28393e3aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20=E2=80=9CKwpolska=E2=80=9D=20Warrick?= Date: Thu, 1 May 2014 15:16:30 +0200 Subject: [PATCH] v4.0.0-alpha: initial AURv3/RPCv2 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Chris “Kwpolska” Warrick --- CHANGELOG.rst | 10 ++++++++-- setup.py | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 24bd300..4516e4f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,7 +14,7 @@ Versioning scheme ================= PKGBUILDer uses the following versioning schemes: -3.0.0 +3.x.x onwards major.minor.revision 2.99.x.x @@ -31,7 +31,7 @@ PKGBUILDer uses the following versioning schemes: Where: * generation - 1 is the first Perl version, 2 is the Python version (dropped for 3.0.0). + 1 is the first Perl version, 2 is the Python version (dropped for 3.x.x). * major basic release number. * minor @@ -47,6 +47,12 @@ More information can be found on GitHub in the `releases section