Skip to content

Commit

Permalink
v4.0.0-alpha: initial AURv3/RPCv2 support
Browse files Browse the repository at this point in the history
Signed-off-by: Chris “Kwpolska” Warrick <[email protected]>
  • Loading branch information
Kwpolska committed May 1, 2014
1 parent 1b68e25 commit 1bea5bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -47,6 +47,12 @@ More information can be found on GitHub in the `releases section <https://github
Version History
===============

Generation 4
------------

4.0.0-alpha
* support for AUR v3.0.0’s RPC v2

Generation 3
------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import codecs

setup(name='pkgbuilder',
version='3.2.0',
version='4.0.0-alpha',
description='An AUR helper (and library) in Python 3.',
keywords='arch pkgbuild',
author='Chris “Kwpolska” Warrick',
Expand Down

0 comments on commit 1bea5bd

Please sign in to comment.