diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8b91ea2..7265ea4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 diff --git a/mrcfile/version.py b/mrcfile/version.py index a37a9a2..ea6feec 100644 --- a/mrcfile/version.py +++ b/mrcfile/version.py @@ -5,4 +5,4 @@ no dependencies. """ -__version__ = '1.1.1' +__version__ = '1.1.2'