Skip to content

Commit

Permalink
Preparing release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed Jan 8, 2020
1 parent 3864d25 commit 82b2c2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This is just for zest.releaser. Do not touch

__version__ = "0.11.dev0"
__version__ = '0.10.1'

0 comments on commit 82b2c2f

Please sign in to comment.