1 new commit in py:

https://bitbucket.org/hpk42/py/changeset/abfabd07a1d3/
changeset:   abfabd07a1d3
user:        hpk42
date:        2012-06-12 12:34:19
summary:     prepare 1.4.9 release
affected #:  3 files

diff -r 5e251d9b4c2104e46a43800a358bb0144ebe81ea -r 
abfabd07a1d328f13c730e8a50d80d2e470afd3b CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Changes between 1.4.8 and 1.4.9.DEV
+Changes between 1.4.8 and 1.4.9
 ==================================================
 
 - fix bug of path.visit() which would not recognize glob-style patterns


diff -r 5e251d9b4c2104e46a43800a358bb0144ebe81ea -r 
abfabd07a1d328f13c730e8a50d80d2e470afd3b 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.9.dev2'
+__version__ = '1.4.9'
 
 from py import _apipkg
 


diff -r 5e251d9b4c2104e46a43800a358bb0144ebe81ea -r 
abfabd07a1d328f13c730e8a50d80d2e470afd3b 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.9.dev2',
+        version='1.4.9',
         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.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to