Skip to content

Commit

Permalink
Merge pull request #48 from getindata/release-1.11.1
Browse files Browse the repository at this point in the history
Release 1.11.1
  • Loading branch information
niladrem authored May 19, 2023
2 parents 0a55e81 + 63a3ade commit 9bc9fec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
PULL_REQUEST_BRANCH: master
PULL_REQUEST_FROM_BRANCH: release-${{ steps.bump_version.outputs.package_version }}
PULL_REQUEST_TITLE: "Release ${{ steps.bump_version.outputs.package_version }}"
PULL_REQUEST_BODY: "Bump version and CHANGELOG for next release."
PULL_REQUEST_BODY: "# :warning: To keep linear history don't squash to master"
PULL_REQUEST_ASSIGNEES: "gliter"
- name: Commit the changes
run: |
Expand Down
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.11.1] - 2023-05-19

## [1.11.0] - 2023-05-19

### Added
Expand Down Expand Up @@ -132,7 +134,9 @@

# [Unreleased]&#x3A; <https://github.com/getindata/streaming-cli/compare/1.8.0...HEAD>

[Unreleased]: https://github.com/getindata/streaming-cli/compare/1.11.0...HEAD
[Unreleased]: https://github.com/getindata/streaming-cli/compare/1.11.1...HEAD

[1.11.1]: https://github.com/getindata/streaming-cli/compare/1.11.0...1.11.1

[1.11.0]: https://github.com/getindata/streaming-cli/compare/1.10.2...1.11.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.11.0
current_version = 1.11.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.11.0"
__version__ = "1.11.1"

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

0 comments on commit 9bc9fec

Please sign in to comment.