Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-psorn committed Feb 19, 2022
1 parent 1591783 commit 334703e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Change Log

Log of changes of the Python Bruker API project.

0.1.5 (2021-02-19)
-------------------
- Fixed bug in report CLI sub-command


0.1.4 (2020-03-15)
-------------------
- Schema checks whether dataset has all properties required for loading of the data array, if not it throws the MissingProperty exception
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='brukerapi',
version='0.1.4.0',
version='0.1.5',
description='Bruker API',
author='Tomas Psorn',
author_email='[email protected]',
Expand Down

0 comments on commit 334703e

Please sign in to comment.