Skip to content

Commit

Permalink
Version bumped. Thanks added.
Browse files Browse the repository at this point in the history
  • Loading branch information
lebigot committed Aug 4, 2019
1 parent 6834ef6 commit 99d89d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,10 @@ The author wishes to thank all the people who made generous
`donations`_: they help keep this project alive by providing positive
feedback.

I greatly appreciate having gotten key technical input from Arnaud
Delobelle, Pierre Cladé, and Sebastian Walter. Patches by Pierre
Cladé, Tim Head, José Sabater Montes, Martijn Pieters, Ram Rachum,
Christoph Deil, Gabi Davar and Roman Yurchak are gratefully acknowledged.
I greatly appreciate having gotten key technical input from Arnaud Delobelle,
Pierre Cladé, and Sebastian Walter. Patches by Pierre Cladé, Tim Head, José
Sabater Montes, Martijn Pieters, Ram Rachum, Christoph Deil, Gabi Davar, Roman
Yurchak and Paul Romano are gratefully acknowledged.

I would also like to thank users who contributed with feedback and
suggestions, which greatly helped improve this program: Joaquin Abian,
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# Common options for distutils/setuptools's setup():
setup_options = dict(
name='uncertainties',
version='3.1.1',
version='3.1.2',
author='Eric O. LEBIGOT (EOL)',
author_email='eric.lebigot@normalesup.org',
url='http://uncertainties-python-package.readthedocs.io/',
Expand Down Expand Up @@ -160,6 +160,7 @@
Main changes:
- 3.1.2: Partial fix for NumPy 1.17 and `unumpy.ulinalg.pinv()`.
- 3.1: Variables built through a correlation or covariance matrix, and that
have uncertainties that span many orders of magnitude are now
calculated more accurately (improved ``correlated_values()`` and
Expand Down
2 changes: 1 addition & 1 deletion uncertainties/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
from .core import __all__ # For a correct help(uncertainties)

# Numerical version:
__version_info__ = (3, 1, 1)
__version_info__ = (3, 1, 2)
__version__ = '.'.join(map(str, __version_info__))

__author__ = 'Eric O. LEBIGOT (EOL) <eric.lebigot@normalesup.org>'

0 comments on commit 99d89d9

Please sign in to comment.