Skip to content

Commit

Permalink
- Version bumped to 2.0.4
Browse files Browse the repository at this point in the history
- Updated changelog
  • Loading branch information
DeepSpace2 committed Jun 18, 2019
1 parent f2c8bfa commit 9721534
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 2.0.4
* Fixed a bug that caused `apply_style_by_indexes` not to work in case the dataframe had non-integer indexes in some cases
* Added support for text rotation

#### 2.0.3
* Fixing pandas dependency for different Python versions, related to #52, #53

Expand Down
2 changes: 1 addition & 1 deletion StyleFrame/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_all_versions():
return _versions_


_version_ = '2.0.3'
_version_ = '2.0.4'
_python_version_ = get_python_version()
_pandas_version_ = get_pandas_version()
_openpyxl_version_ = get_openpyxl_version()
Expand Down

0 comments on commit 9721534

Please sign in to comment.