Skip to content

Commit

Permalink
Update version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
colinpalmer committed Jan 23, 2019
1 parent 3f0fbe7 commit 4288fec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change log for mrcfile
======================

For next version
----------------
Version 1.1.2 (2019-01-23)
--------------------------

* Fix incompatibility with numpy 1.16 by reading files into mutable bytearrays
instead of immutable bytes objects. Note this will cause slower reading of
Expand Down
2 changes: 1 addition & 1 deletion mrcfile/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
no dependencies.
"""

__version__ = '1.1.1'
__version__ = '1.1.2'

0 comments on commit 4288fec

Please sign in to comment.