[py-svn] apipkg commit ad8da71fea6d: bump version, add changelog

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Nov 4 14:08:31 CET 2010


# HG changeset patch -- Bitbucket.org
# Project apipkg
# URL http://bitbucket.org/hpk42/apipkg/overview
# User holger krekel <holger at merlinux.eu>
# Date 1288876187 -3600
# Node ID ad8da71fea6dedc0757be6d7fedf7aa2e59362ce
# Parent  4380c721021dc1dc436fb40d5e681697b66b7b95
bump version, add changelog

--- a/apipkg.py
+++ b/apipkg.py
@@ -9,7 +9,7 @@ import os
 import sys
 from types import ModuleType
 
-__version__ = "1.1"
+__version__ = "1.2.dev1"
 
 def initpkg(pkgname, exportdefs, attr=dict()):
     """ initialize given package from the export definitions. """

--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+1.2
+----------------------------------------
+
+- Allow to import from Aliasmodules  (thanks Ralf Schmitt)
+
 1.1
 ----------------------------------------



More information about the pytest-commit mailing list