Skip to content

Commit

Permalink
FIX #90 - Bump version and CHANGELOG for release 0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and grzegorz8 committed Mar 13, 2023
1 parent 0df93e1 commit ba714fb
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.13.5] - 2023-03-13

### Fixed

- Fixed displaying results of metadata queries.
Expand Down Expand Up @@ -211,7 +213,9 @@

- First release

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

[0.13.5]: https://github.com/getindata/streaming-jupyter-integrations/compare/0.13.4...0.13.5

[0.13.4]: https://github.com/getindata/streaming-jupyter-integrations/compare/0.13.3...0.13.4

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.13.4
current_version = 0.13.5

[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.13.4"
__version__ = "0.13.5"

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

Expand Down

0 comments on commit ba714fb

Please sign in to comment.