← Back to team overview

pyneighborhood team mailing list archive

[Branch ~pyneighborhood/pyneighborhood/devel] Rev 563: Moved to python >= 2.6.0 and updated documentation version.

 

------------------------------------------------------------
revno: 563
committer: Stefan J. Betz <info@xxxxxxxxxxxxxxx>
branch nick: pyneighborhood
timestamp: Tue 2011-03-01 17:34:24 +0100
message:
  Moved to python >= 2.6.0 and updated documentation version.
modified:
  README
  doc/source/conf.py


--
lp:pyneighborhood
https://code.launchpad.net/~pyneighborhood/pyneighborhood/devel

Your team pyNeighborhood is subscribed to branch lp:pyneighborhood.
To unsubscribe from this branch go to https://code.launchpad.net/~pyneighborhood/pyneighborhood/devel/+edit-subscription
=== modified file 'README'
--- README	2011-01-04 10:20:42 +0000
+++ README	2011-03-01 16:34:24 +0000
@@ -2,9 +2,9 @@
 
 = Requirements =
  * linux >= 2.6
- * python >= 2.5
- * python distutils >= 2.5
- * pygtk >= 2.12
+ * python >= 2.6
+ * python distutils >= 2.6
+ * pygtk >= 2.17
  * samba >= 3.0.x
  * gettext >= 0.16
  * bazaar >= 1.0

=== modified file 'doc/source/conf.py'
--- doc/source/conf.py	2010-08-02 18:06:23 +0000
+++ doc/source/conf.py	2011-03-01 16:34:24 +0000
@@ -41,16 +41,16 @@
 
 # General information about the project.
 project = u'pyNeighborhood'
-copyright = u'2010, Stefan J. Betz'
+copyright = u'2010-2011, Stefan J. Betz'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '0.5.1'
+version = '0.5.4'
 # The full version, including alpha/beta/rc tags.
-release = '0.5.1'
+release = '0.5.4'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.