Skip to content

Commit

Permalink
FIX #17 - Bump version and CHANGELOG for release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 25, 2022
1 parent 3970d06 commit 176311e
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]

## [1.5.0] - 2022-08-25

### Added

- Skip `explain`, `describe` and `show`
Expand Down Expand Up @@ -37,7 +39,9 @@

- First release

[Unreleased]: https://github.com/getindata/streaming-cli/compare/1.4.0...HEAD
[Unreleased]: https://github.com/getindata/streaming-cli/compare/1.5.0...HEAD

[1.5.0]: https://github.com/getindata/streaming-cli/compare/1.4.0...1.5.0

[1.4.0]: https://github.com/getindata/streaming-cli/compare/1.3.2...1.4.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 = 1.4.0
current_version = 1.5.0

[flake8]
exclude = .git,__pycache__,build,dist,*.yml
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import find_packages, setup
from setuptools.command.install import install

__version__ = "1.4.0"
__version__ = "1.5.0"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 176311e

Please sign in to comment.