diff --git a/CHANGELOG.md b/CHANGELOG.md index 9562e88..c89b7b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.1.4] - 2015-10-27 +### FIXED +- Implemented missing get_image_by_attributes method + ## [1.1.3] - 2015-10-16 ### FIXED - ND2s with a single image can now be parsed diff --git a/setup.py b/setup.py index 56b8bb5..e5c999f 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = "1.1.3" +VERSION = "1.1.4" setup( name="nd2reader",