Skip to content

Commit

Permalink
chore: Release v0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-vester committed Apr 27, 2024
1 parent d426a0c commit 6241b2a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.2.19] - 2024-04-27
### Fixed
- kaleido version dependent on operating system [GH#66](https://github.com/andreas-vester/df2img/issues/66).

## [0.2.18] - 2023-12-07
### Changed
- Changed build-backend to flit.

## [0.2.17] - 2023-12-07
### Fixed
- ModuleNotFoundError ([GH issue #64](https://github.com/andreas-vester/df2img/issues/64)).
- ModuleNotFoundError ([GH#64](https://github.com/andreas-vester/df2img/issues/64)).

## [0.2.16] - 2023-12-05
### Fixed
Expand Down Expand Up @@ -164,7 +168,8 @@ For more information about ``plotly``'s renderers, visit the respective website
- Possibility to change column width and row height.
- Possibility to change font size.

[Unreleased]: https://github.com/andreas-vester/df2img/compare/v0.2.18...HEAD
[Unreleased]: https://github.com/andreas-vester/df2img/compare/v0.2.19...HEAD
[0.2.19]: https://github.com/andreas-vester/df2img/compare/v0.2.18...v0.2.19
[0.2.18]: https://github.com/andreas-vester/df2img/compare/v0.2.17...v0.2.18
[0.2.17]: https://github.com/andreas-vester/df2img/compare/v0.2.16...v0.2.17
[0.2.16]: https://github.com/andreas-vester/df2img/compare/v0.2.15...v0.2.16
Expand Down
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "df2img"
version = "0.2.18"
version = "0.2.19"
description = "Save a Pandas DataFrame as image"
authors = [
{name = "Andreas Vester", email = "info@df2img.dev"},
Expand All @@ -13,7 +13,12 @@ classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules"
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = [
"kaleido==0.2.1; platform_system!='Windows'",
Expand Down

0 comments on commit 6241b2a

Please sign in to comment.