1 new changeset in apipkg:

http://bitbucket.org/hpk42/apipkg/changeset/7ecd687d0ae4/
changeset:   7ecd687d0ae4
branches:    
user:        hpk42
date:        2011-06-01 08:47:14
summary:     bump version
affected #:  2 files (1 byte)

--- a/apipkg.py Wed Jun 01 08:46:22 2011 +0200
+++ b/apipkg.py Wed Jun 01 08:47:14 2011 +0200
@@ -9,7 +9,7 @@
 import sys
 from types import ModuleType
 
-__version__ = '1.2.dev6'
+__version__ = '1.2.dev7'
 
 def initpkg(pkgname, exportdefs, attr=dict()):
     """ initialize given package from the export definitions. """


--- a/setup.py  Wed Jun 01 08:46:22 2011 +0200
+++ b/setup.py  Wed Jun 01 08:47:14 2011 +0200
@@ -19,7 +19,7 @@
         description=
         'apipkg: namespace control and lazy-import mechanism',
         long_description = open('README.txt').read(),
-        version='1.2.dev6',
+        version='1.2.dev7',
         url='http://bitbucket.org/hpk42/apipkg',
         license='MIT License',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
@@ -38,4 +38,4 @@
     )
 
 if __name__ == '__main__':
-    main()
\ No newline at end of file
+    main()

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

--

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