diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2008-04-27 23:44:46 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2008-04-27 23:44:46 +0000 |
commit | 5fcf77f44cafd69496e5af6f0c99000851db3206 (patch) | |
tree | b287170927c44197832b21e768481ce5f0881fb4 | |
parent | Add sun-jdk-1.7 config for the vm_configs so that the virtual test code tests... (diff) | |
download | java-config-5fcf77f44cafd69496e5af6f0c99000851db3206.tar.gz java-config-5fcf77f44cafd69496e5af6f0c99000851db3206.tar.bz2 java-config-5fcf77f44cafd69496e5af6f0c99000851db3206.zip |
Increase version number to 2.1.6 and add NEWS entry.
svn path=/projects/java-config-2/trunk/; revision=6227
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | setup.py | 2 | ||||
-rw-r--r-- | src/java_config_2/__init__.py | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,8 @@ For full ChangeLog generated from svn commit logs see ChangeLog. +Changes in 2.1.6: + * Fixes for virtuals that have vms as providers. Needed for for example jaf. + Changes in 2.1.5: * Add jnlp file assocations http://bugs.gentoo.org/show_bug.cgi?id=35024 * Fix eselect bug http://bugs.gentoo.org/show_bug.cgi?id=211454 @@ -32,7 +32,7 @@ from glob import glob setup ( cmdclass={'install_scripts': my_install_scripts}, name = 'java-config', - version = '2.1.5', + version = '2.1.6', description = 'java enviroment configuration tool', long_description = \ """ diff --git a/src/java_config_2/__init__.py b/src/java_config_2/__init__.py index f7ac5c7..6b1190c 100644 --- a/src/java_config_2/__init__.py +++ b/src/java_config_2/__init__.py @@ -2,4 +2,4 @@ java-config support files ''' -__version__ = '2.1.5' +__version__ = '2.1.6' |