Skip to content

Commit 46fd193

Browse files
committed
Release 0.77.3
1 parent 832b837 commit 46fd193

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

INSTALL.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Verify it works, by:
129129
Type "help", "copyright", "credits" or "license" for more information.
130130
>>> import itools
131131
>>> itools.__version__
132-
'0.77.2'
132+
'0.77.3'
133133
>>>
134134

135135
Note: When building pynumy do not use ATLAS use optimized blas library as this breaks the install.

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '0.77'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '0.77.2'
55+
release = '0.77.3'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

setup.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ packages = "core csv database datatypes fs gettext handlers html i18n ical
4242
requires = ""
4343

4444
# Provides
45-
provides = "itools(0.77.2)"
45+
provides = "itools(0.77.3)"
4646

4747
# Scripts
4848
scripts = "idb-inspect.py igettext-build.py igettext-extract.py

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def generate_mo_files(po_file_names):
246246
else:
247247
package_data['itools'].append(join_path(*path[1:]))
248248
setup(name="itools",
249-
version="0.77.2",
249+
version="0.77.3",
250250
# Metadata
251251
author="J. David Ibáñez",
252252
author_email="[email protected]" ,

0 commit comments

Comments
 (0)