Skip to content

Commit

Permalink
Version 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreeve committed Mar 18, 2017
1 parent f107184 commit a1759c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.10.3 18th March 2017
- Fix wrong column order in TdmsFile.as_dataframe

v0.10.2 4th March 2017
- Fix tdmsinfo when root object isn't present

v0.10.1 30th January 2017
- Allow read/write tdms for any file-like object.

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, 10, 2)
__version_info__ = (0, 10, 3)
__version__ = '.'.join('%d' % d for d in __version_info__)

0 comments on commit a1759c7

Please sign in to comment.