Skip to content

Commit

Permalink
Release prep (#170)
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
  • Loading branch information
ognjen-j authored Nov 25, 2020
1 parent 937de67 commit e107168
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### Version 0.2.7
* Exit with code 1 when `apply` tries to change the number of partitions or the replication factor for a topic.
### Version 0.2.6
* Enabled listing internal topics by default. Added `--hide-internal` flag to `get topics` command.
### Version 0.2.5
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.2.6"
version = "0.2.7"
description="esque - an operational kafka tool."
authors = ["real.digital <opensource@real-digital.de>"]
license = "MIT"
Expand Down

0 comments on commit e107168

Please sign in to comment.