Skip to content

Commit

Permalink
Release prep (#161)
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
  • Loading branch information
ognjen-j committed Oct 7, 2020
1 parent 0e8b9f7 commit 426c0a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,5 @@
### Version 0.2.3
* Converted unserializable values to strings when writing to STDOUT
### Version 0.2.2
* Consume option renamed from `numbers` to `number`.
* Add `edit offsets` command.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "esque"
version = "0.2.2"
version = "0.2.3"
description="esque - an operational kafka tool."
authors = ["real.digital <opensource@real-digital.de>"]
license = "MIT"
Expand Down

0 comments on commit 426c0a1

Please sign in to comment.