Skip to content

Commit 6241b2a

Browse files
chore: Release v0.2.19
1 parent d426a0c commit 6241b2a

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## [Unreleased]
77

8+
## [0.2.19] - 2024-04-27
9+
### Fixed
10+
- kaleido version dependent on operating system [GH#66](https://github.com/andreas-vester/df2img/issues/66).
11+
812
## [0.2.18] - 2023-12-07
913
### Changed
1014
- Changed build-backend to flit.
1115

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

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

167-
[Unreleased]: https://github.com/andreas-vester/df2img/compare/v0.2.18...HEAD
171+
[Unreleased]: https://github.com/andreas-vester/df2img/compare/v0.2.19...HEAD
172+
[0.2.19]: https://github.com/andreas-vester/df2img/compare/v0.2.18...v0.2.19
168173
[0.2.18]: https://github.com/andreas-vester/df2img/compare/v0.2.17...v0.2.18
169174
[0.2.17]: https://github.com/andreas-vester/df2img/compare/v0.2.16...v0.2.17
170175
[0.2.16]: https://github.com/andreas-vester/df2img/compare/v0.2.15...v0.2.16

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "df2img"
3-
version = "0.2.18"
3+
version = "0.2.19"
44
description = "Save a Pandas DataFrame as image"
55
authors = [
66
{name = "Andreas Vester", email = "[email protected]"},
@@ -13,7 +13,12 @@ classifiers = [
1313
"Development Status :: 4 - Beta",
1414
"Programming Language :: Python",
1515
"Operating System :: OS Independent",
16-
"Topic :: Software Development :: Libraries :: Python Modules"
16+
"Topic :: Software Development :: Libraries :: Python Modules",
17+
"Programming Language :: Python :: 3",
18+
"Programming Language :: Python :: 3.9",
19+
"Programming Language :: Python :: 3.10",
20+
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3.12",
1722
]
1823
dependencies = [
1924
"kaleido==0.2.1; platform_system!='Windows'",

0 commit comments

Comments
 (0)