diff --git a/INSTALL.txt b/INSTALL.txt index f909de0d6..124bb437d 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -20,7 +20,7 @@ pkg-config 0.23 itools http://pkg-config.freedesktop.org/ pytz itools.core http://pytz.sourceforge.net/ glib 2.20 itools.fs http://www.gtk.org/ pygobject 2.20 itools.fs http://www.pygtk.org/ -pygit2 0.17.0 itools.git https://github.com/libgit2/pygit2 +pygit2 0.17.2 itools.git https://github.com/libgit2/pygit2 Git 1.7 itools.git http://git-scm.com/ libsoup 2.28 itools.web http://live.gnome.org/LibSoup reportlab 2.3 itools.pdf http://www.reportlab.org/ @@ -131,7 +131,7 @@ Verify it works, by: Type "help", "copyright", "credits" or "license" for more information. >>> import itools >>> itools.__version__ - '0.62.8' + '0.75.0' >>> Note: When building pynumy do not use ATLAS use optimized blas library as this breaks the install. diff --git a/RELEASE-0.75.0 b/RELEASE-0.75.0 index 777eb9353..990086752 100644 --- a/RELEASE-0.75.0 +++ b/RELEASE-0.75.0 @@ -1,4 +1,4 @@ -itools 0.75.0 (2012/05/XX) +itools 0.75.0 (2012/07/26) ========================== itools is a Python library, it groups a number of packages into a single diff --git a/UPGRADE-0.75.0 b/UPGRADE-0.75.0 index 8959402a3..97ddb6c1c 100644 --- a/UPGRADE-0.75.0 +++ b/UPGRADE-0.75.0 @@ -2,8 +2,8 @@ itools 0.75.0 ************************************************************************* -These upgrade notes may not be complete. Thanks to report any problem you -find. +!! THESE UPGRADE NOTES ARE WORK IN PROGRESS !! + New Dependencies ================ diff --git a/docs/conf.py b/docs/conf.py index fa775db99..c68b7c5ed 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,9 +50,9 @@ # built documents. # # The short X.Y version. -version = '0.62' +version = '0.75' # The full version, including alpha/beta/rc tags. -release = '0.62.4' +release = '0.75.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.conf b/setup.conf index de8f3c46a..05faf0b8a 100644 --- a/setup.conf +++ b/setup.conf @@ -41,7 +41,7 @@ packages = "abnf core csv database datatypes fs gettext git handlers html requires = "reportlab(>=2.3)" # Provides -provides = "itools(0.62)" +provides = "itools(0.75)" # Scripts scripts = "idb-inspect.py igettext-build.py igettext-extract.py