[py-svn] commit/py: hpk42: bump py version to next release

Bitbucket commits-noreply at bitbucket.org
Thu May 17 08:45:20 CEST 2012


1 new commit in py:


https://bitbucket.org/hpk42/py/changeset/2b8ef0fd01f6/
changeset:   2b8ef0fd01f6
user:        hpk42
date:        2012-05-17 08:45:03
summary:     bump py version to next release
affected #:  2 files

diff -r e8f6ab426857877c569f917b6cb111636dc5a74a -r 2b8ef0fd01f6e61e33ca2673b7acf70c9db89361 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.8.dev3'
+__version__ = '1.4.8'
 
 from py import _apipkg
 


diff -r e8f6ab426857877c569f917b6cb111636dc5a74a -r 2b8ef0fd01f6e61e33ca2673b7acf70c9db89361 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.8.dev3',
+        version='1.4.8',
         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