We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d207eb commit 3505925Copy full SHA for 3505925
cfn_kafka_admin/__init__.py
@@ -5,4 +5,4 @@
5
6
__author__ = """John Preston"""
7
__email__ = "john@compose-x.io"
8
-__version__ = "0.6.5-post0"
+__version__ = "0.7.0"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "cfn_kafka_admin"
3
-version = "0.6.5-post0"
+version = "0.7.0"
4
description = "AWS CloudFormation Resources to manage Kafka"
authors = ["John Mille <john@compose-x.io>"]
classifiers = [
@@ -67,7 +67,7 @@ disable-timestamp = "true"
67
github_url = "https://github.com/compose-x/cfn-kafka-admin"
68
69
[tool.tbump.version]
70
-current = "0.6.5-post0"
+current = "0.7.0"
71
72
regex = '''
73
(?P<major>\d+)
0 commit comments