Skip to content

Commit

Permalink
Bump version and update changelog for release v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcorbett committed Feb 15, 2021
1 parent cf3d2e1 commit 637d84d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

No unreleased changes yet.

## [0.0.8] - 2021-02-15

### Added
- [#92](https://github.com/startable/pdtable/issues/92) `write_excel()` can write to multiple sheets in a workbook.
- [#85](https://github.com/startable/pdtable/issues/85) CSV and Excel writers can write transposed tables.

### Changed
- [#42](https://github.com/startable/pdtable/issues/42) Table rendered as string or html should not show dummy index
- [#42](https://github.com/startable/pdtable/issues/42) Don't show dummy index when Table rendered as string.

## [0.0.7] - 2021-01-18

Expand Down
2 changes: 1 addition & 1 deletion pdtable/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa

__version__ = "0.0.7"
__version__ = "0.0.8"

CSV_SEP = ";" # User can overwrite this default

Expand Down

0 comments on commit 637d84d

Please sign in to comment.