Browse Source

Incremented version to 1.1.4

zolfa-add_slices_loading
Jim Rybarski 9 years ago
parent
commit
b1bd96df05
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      setup.py

+ 4
- 0
CHANGELOG.md View File

@ -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


+ 1
- 1
setup.py View File

@ -1,6 +1,6 @@
from setuptools import setup
VERSION = "1.1.3"
VERSION = "1.1.4"
setup(
name="nd2reader",


Loading…
Cancel
Save