Skip to content

Commit

Permalink
Get ready to release 0.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Jul 26, 2012
1 parent 49b4466 commit 4ed5b0e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions INSTALL.txt
Expand Up @@ -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/
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
4 changes: 2 additions & 2 deletions UPGRADE-0.75.0
Expand Up @@ -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
================
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.conf
Expand Up @@ -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
Expand Down

0 comments on commit 4ed5b0e

Please sign in to comment.