Skip to content

Commit

Permalink
Release prep (#213)
Browse files Browse the repository at this point in the history
* Removed parallelization limit.

* Release test.

* Uncomment the publishing step.

* Version changed to 0.2.0b0

* Removed the tag check.

* Workflow optimizations.

* Modified the version test.

* Modified the version test.

* Changed the development status classifier

* Version changed to v0.2.3a1

* Version changed to v0.2.3

* Version 0.2.4 released.

* Version changed to v0.2.5"

* Version changed to v0.2.6

* Version changed to v0.2.7

* Version changed to v0.2.8

* Version changed to v0.3.1

* devpi pipeline fix

* Try starting the devpi-server in the background.

* Redirect devpi logs to a file and output them in case of failure.

* Version changed to v0.4.1
  • Loading branch information
ognjen-j authored Nov 25, 2021
1 parent 0ba3899 commit 073a43c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 0.4.1
* Extended the timeout when fetching cluster metadata to 20 seconds
* Extended the timeout when creating the python-kafka client to 30 seconds

### Version 0.4.0
* Introduced new `io` module to replace old consumer logic
* Restructured the `cli.commands` module into sub packages/modules for better overview
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "esque"
version = "0.4.0"
version = "0.4.1"
description="esque - an operational kafka tool."
authors = ["real.digital <opensource@real-digital.de>"]
license = "MIT"
Expand Down

0 comments on commit 073a43c

Please sign in to comment.