Skip to content

Commit

Permalink
FIX #102 - Bump version and CHANGELOG for release 0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and grzegorz8 committed Sep 22, 2023
1 parent 8e9f381 commit 044df10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.14.4] - 2023-09-22

### Fixed

- Hide pandas FutureWarnings.
Expand Down Expand Up @@ -241,7 +243,9 @@

- First release

[Unreleased]: https://github.com/getindata/streaming-jupyter-integrations/compare/0.14.3...HEAD
[Unreleased]: https://github.com/getindata/streaming-jupyter-integrations/compare/0.14.4...HEAD

[0.14.4]: https://github.com/getindata/streaming-jupyter-integrations/compare/0.14.3...0.14.4

[0.14.3]: https://github.com/getindata/streaming-jupyter-integrations/compare/0.14.2...0.14.3

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.14.3
current_version = 0.14.4

[tox:tox]
envlist = py38
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools import find_packages, setup
from setuptools.command.install import install

__version__ = "0.14.3"
__version__ = "0.14.4"

HERE = Path(__file__).parent.resolve()

Expand Down

0 comments on commit 044df10

Please sign in to comment.