1 new commit in py:

https://bitbucket.org/hpk42/py/changeset/3b13d4cc8424/
changeset:   3b13d4cc8424
user:        hpk42
date:        2012-06-08 22:31:11
summary:     update apipkg in pylib
affected #:  2 files

diff -r 8af99f47795c5549af4f83f525904c778a036a04 -r 
3b13d4cc842450768ad74639a5612c2d18114479 CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,7 @@
 
 - changed iniconfig parsing to better conform, now the chars ";"
   and "#" only mark a comment at the stripped start of a line
+- include recent apipkg-1.2
 
 Changes between 1.4.7 and 1.4.8
 ==================================================


diff -r 8af99f47795c5549af4f83f525904c778a036a04 -r 
3b13d4cc842450768ad74639a5612c2d18114479 py/_apipkg.py
--- a/py/_apipkg.py
+++ b/py/_apipkg.py
@@ -9,7 +9,7 @@
 import sys
 from types import ModuleType
 
-__version__ = '1.2.dev6'
+__version__ = '1.2'
 
 def initpkg(pkgname, exportdefs, attr=dict()):
     """ initialize given package from the export definitions. """

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