summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
-rw-r--r--version.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index c947acd..6696616 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,8 @@
Pint Changelog
==============
-0.11 (unreleased)
------------------
+0.10.1 (2020-01-07)
+-------------------
- Fixed bug introduced in 0.10 that prevented creation of size-zero Quantities
from NumPy arrays by multiplication.
diff --git a/version.py b/version.py
index 2af39f9..45afe7c 100644
--- a/version.py
+++ b/version.py
@@ -1,3 +1,3 @@
# This is just for zest.releaser. Do not touch
-__version__ = "0.11.dev0"
+__version__ = '0.10.1'