[Checkins] SVN: Sandbox/janwijbrand/importchecker/trunk/ Preparing release 1.1

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Jan 9 11:13:37 UTC 2012


Log message for revision 123993:
  Preparing release 1.1

Changed:
  U   Sandbox/janwijbrand/importchecker/trunk/CHANGES.txt
  U   Sandbox/janwijbrand/importchecker/trunk/setup.py

-=-
Modified: Sandbox/janwijbrand/importchecker/trunk/CHANGES.txt
===================================================================
--- Sandbox/janwijbrand/importchecker/trunk/CHANGES.txt	2012-01-09 11:13:03 UTC (rev 123992)
+++ Sandbox/janwijbrand/importchecker/trunk/CHANGES.txt	2012-01-09 11:13:36 UTC (rev 123993)
@@ -1,7 +1,7 @@
 Changes
 =======
 
-1.1 (unreleased)
+1.1 (2012-01-09)
 ----------------
 
 * Applied provided by wosc enabling running the import checker on

Modified: Sandbox/janwijbrand/importchecker/trunk/setup.py
===================================================================
--- Sandbox/janwijbrand/importchecker/trunk/setup.py	2012-01-09 11:13:03 UTC (rev 123992)
+++ Sandbox/janwijbrand/importchecker/trunk/setup.py	2012-01-09 11:13:36 UTC (rev 123993)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys, os
 
-version = '1.1dev'
+version = '1.1'
 description = "Importchecker finds unused imports in Python modules."
 
 def read(*rnames):



More information about the checkins mailing list