Skip to content

Commit

Permalink
Merge pull request #128 from SamuelDahlberg/master
Browse files Browse the repository at this point in the history
Issue #15717 - Updates version to include new MAB changes.
  • Loading branch information
SamuelDahlberg authored Mar 29, 2024
2 parents 9e47e9f + 994b2a7 commit e444621
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Version 1.0.14

* Issue #15717 - Makes following changes to work with new Pioneer MAB instruments:
* Creates PRTSZ, PLIMS parsers and drivers.
* Updates PCO2A sample parser and driver to work with new sba5 format.
* Updates FLORT parser to output turbd data, and creates TURBD driver.

# Version 1.0.13

* Antelope
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
except ImportError:
from distutils.core import setup

version = '1.0.13'
version = '1.0.14'

setup(name='mi-instrument',
version=version,
Expand Down

0 comments on commit e444621

Please sign in to comment.