Skip to content

Commit

Permalink
Bump to version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreeve committed Jan 29, 2017
1 parent 91069c2 commit cc13536
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.10.0 29th January 2017
- Add support for writing TDMS files.

v0.9.0 2nd January 2017
- Add support for reading DAQmx raw data files.

Expand Down
2 changes: 1 addition & 1 deletion nptdms/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (0, 9, 0)
__version_info__ = (0, 10, 0)
__version__ = '.'.join('%d' % d for d in __version_info__)

0 comments on commit cc13536

Please sign in to comment.