Skip to content

Commit

Permalink
FIX #32 - Bump version and CHANGELOG for release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 2, 2023
1 parent e40cfb2 commit 7e047ee
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.8.1] - 2023-02-02

### Fixed

- Deploy - develop mode
Expand Down Expand Up @@ -83,7 +85,9 @@

- First release

[Unreleased]: https://github.com/getindata/streaming-cli/compare/1.7.1...HEAD
[Unreleased]: https://github.com/getindata/streaming-cli/compare/1.8.1...HEAD

[1.8.1]: https://github.com/getindata/streaming-cli/compare/1.8.0...1.8.1

[1.7.1]: https://github.com/getindata/streaming-cli/compare/1.7.0...1.7.1

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.8.0
current_version = 1.8.1

[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.8.0"
__version__ = "1.8.1"

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

0 comments on commit 7e047ee

Please sign in to comment.