[py-svn] commit/py: hpk42: bump version correctly

Bitbucket commits-noreply at bitbucket.org
Thu May 10 02:06:14 CEST 2012


1 new commit in py:


https://bitbucket.org/hpk42/py/changeset/4e5b244a612b/
changeset:   4e5b244a612b
user:        hpk42
date:        2012-05-10 02:06:06
summary:     bump version correctly
affected #:  2 files

diff -r d19d606a79c08c732b39d1225fceeb49078c919a -r 4e5b244a612b7d60604120b632461428f7bc24f7 py/__init__.py
--- a/py/__init__.py
+++ b/py/__init__.py
@@ -8,7 +8,7 @@
 
 (c) Holger Krekel and others, 2004-2010
 """
-__version__ = '1.4.7.dev1'
+__version__ = '1.4.8.dev2'
 
 from py import _apipkg
 


diff -r d19d606a79c08c732b39d1225fceeb49078c919a -r 4e5b244a612b7d60604120b632461428f7bc24f7 setup.py
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
         name='py',
         description='library with cross-python path, ini-parsing, io, code, log facilities',
         long_description = open('README.txt').read(),
-        version='1.4.7.dev1',
+        version='1.4.8.dev2',
         url='http://pylib.org',
         license='MIT license',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],

Repository URL: https://bitbucket.org/hpk42/py/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the pytest-commit mailing list