aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Erdmann <dywi@mailerd.de>2013-04-25 18:23:49 +0200
committerAndré Erdmann <dywi@mailerd.de>2013-04-25 18:23:49 +0200
commit54487834aa0c77dcc941a01766234143838f5448 (patch)
treee350f963dfae8efc740a5bde4585e0c8e9ab9794 /setup.py
parentoverlay/category: stop queue workers (diff)
downloadR_overlay-54487834aa0c77dcc941a01766234143838f5448.tar.gz
R_overlay-54487834aa0c77dcc941a01766234143838f5448.tar.bz2
R_overlay-54487834aa0c77dcc941a01766234143838f5448.zip
increase version to 0.2.4
Notable changes since 0.2.3: * main script: "apply_rules" command for testing package rules * package rules: evar action deduplication, trace action * ebuild variables: added some protection against code injection * portagemanifest (fix): dont fail if metadata.xml is missing * metadata: also use older packages (version-wise)
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e4c2d0e..a9aaf6d 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils import core
-VERSION = '0.2.3'
+VERSION = '0.2.4'
core.setup (
name = 'R_Overlay',