From: <mur...@us...> - 2012-11-03 23:02:25
|
Revision: 229 http://sourceforge.net/p/python-control/code/229 Author: murrayrm Date: 2012-11-03 23:02:22 +0000 (Sat, 03 Nov 2012) Log Message: ----------- incrementing release count Modified Paths: -------------- trunk/doc/conf.py trunk/setup.py Modified: trunk/doc/conf.py =================================================================== --- trunk/doc/conf.py 2012-11-03 23:01:31 UTC (rev 228) +++ trunk/doc/conf.py 2012-11-03 23:02:22 UTC (rev 229) @@ -60,7 +60,7 @@ # The short X.Y version. version = '0.6' # The full version, including alpha/beta/rc tags. -release = '0.6c' +release = '0.6d' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. Modified: trunk/setup.py =================================================================== --- trunk/setup.py 2012-11-03 23:01:31 UTC (rev 228) +++ trunk/setup.py 2012-11-03 23:02:22 UTC (rev 229) @@ -4,7 +4,7 @@ from setuptools import setup setup(name = 'control', - version = '0.6c', + version = '0.6d', description = 'Python Control Systems Library', author = 'Richard Murray', author_email = 'mu...@cd...', |