Skip to content

Commit

Permalink
Release 0.77.3
Browse files Browse the repository at this point in the history
  • Loading branch information
staverne committed May 10, 2017
1 parent 832b837 commit 46fd193
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Verify it works, by:
Type "help", "copyright", "credits" or "license" for more information.
>>> import itools
>>> itools.__version__
'0.77.2'
'0.77.3'
>>>

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 docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '0.77'
# The full version, including alpha/beta/rc tags.
release = '0.77.2'
release = '0.77.3'

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ packages = "core csv database datatypes fs gettext handlers html i18n ical
requires = ""

# Provides
provides = "itools(0.77.2)"
provides = "itools(0.77.3)"

# Scripts
scripts = "idb-inspect.py igettext-build.py igettext-extract.py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def generate_mo_files(po_file_names):
else:
package_data['itools'].append(join_path(*path[1:]))
setup(name="itools",
version="0.77.2",
version="0.77.3",
# Metadata
author="J. David Ibáñez",
author_email="[email protected]" ,
Expand Down

0 comments on commit 46fd193

Please sign in to comment.