Skip to content

Commit

Permalink
FIX #110 - Bump version and CHANGELOG for release 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 9, 2023
1 parent 9272ba2 commit 755d5b8
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.15.1] - 2023-11-09

### Added

- Do not inline SQL queries. Error message shows correct line and column.
Expand Down Expand Up @@ -259,7 +261,9 @@

- First release

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

[0.15.1]: https://github.com/getindata/streaming-jupyter-integrations/compare/0.15.0...0.15.1

[0.15.0]: https://github.com/getindata/streaming-jupyter-integrations/compare/0.14.5...0.15.0

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.15.0
current_version = 0.15.1

[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.15.0"
__version__ = "0.15.1"

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

Expand Down

0 comments on commit 755d5b8

Please sign in to comment.