Skip to content

Commit

Permalink
FIX #7 - Bump version and CHANGELOG for release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 10, 2022
1 parent 2e608ea commit 2c2585d
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.3.1] - 2022-05-10

## [1.3.0] - 2022-05-09

## [1.2.3] - 2022-05-09
Expand All @@ -10,7 +12,9 @@

- First release

[Unreleased]: https://github.com/getindata/streaming-cli/compare/1.3.0...HEAD
[Unreleased]: https://github.com/getindata/streaming-cli/compare/1.3.1...HEAD

[1.3.1]: https://github.com/getindata/streaming-cli/compare/1.3.0...1.3.1

[1.3.0]: https://github.com/getindata/streaming-cli/compare/1.2.3...1.3.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.3.0
current_version = 1.3.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.3.0"
__version__ = "1.3.1"

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

0 comments on commit 2c2585d

Please sign in to comment.