summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2020-09-13 20:02:21 -0300
committerHernan <hernan.grecco@gmail.com>2020-09-13 20:02:21 -0300
commit9a05e600275c592451bda9287205fe0e99a87bb3 (patch)
tree287141d0daf8882263f7e4f54860c0654580be5f
parent1fb19dff9fa853f6311cf2a664a229b624b0f2e8 (diff)
downloadpint-0.16.tar.gz
Preparing release 0.160.16
-rw-r--r--CHANGES2
-rw-r--r--version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 99a9d99..c9ce511 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
Pint Changelog
==============
-0.16 (unreleased)
+0.16 (2020-09-13)
-----------------
- Fixed issue where performing an operation of a Quantity with certain units would perform an in-place
diff --git a/version.py b/version.py
index b984332..d173bb6 100644
--- a/version.py
+++ b/version.py
@@ -2,5 +2,5 @@
# flake8: noqa
# fmt: off
-__version__ = '0.16.dev0'
+__version__ = '0.16'
# fmt: on