Skip to content

Commit 8bdfae5

Browse files
authored
Version 2.0.2 (#68)
* Version 2.0.2 * Update CHANGELOG.md * Update CHANGELOG.md How to use markdown properly...
1 parent 58d5494 commit 8bdfae5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# TFS-Pandas Changelog
2-
2+
## Version 2.0.2
3+
- Fixed:
4+
- Proper error on non-string columns
5+
- Writing numeric-only mixed type dataframes bug
6+
37
## Version 2.0.1
48
- Fixed:
59
- No longer warns on MAD-X styled string column types (`%[num]s`).

tfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__title__ = "tfs-pandas"
77
__description__ = "Read and write tfs files."
88
__url__ = "https://github.com/pylhc/tfs"
9-
__version__ = "2.0.1"
9+
__version__ = "2.0.2"
1010
__author__ = "pylhc"
1111
__author_email__ = "[email protected]"
1212
__license__ = "MIT"

0 commit comments

Comments
 (0)