File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
kafka_schema_registry_admin Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
__author__ = """JohnPreston"""
9
9
__email__ = "john@ews-network.net"
10
- __version__ = "0.5.2 "
10
+ __version__ = "0.5.3 "
11
11
12
12
from enum import Enum
13
13
Original file line number Diff line number Diff line change 1
1
2
2
[tool .poetry ]
3
3
name = " kafka-schema-registry-admin"
4
- version = " 0.5.2 "
4
+ version = " 0.5.3 "
5
5
description = " Pure HTTP client to manage schemas in Schema Registry"
6
6
authors = [" John Preston <john@ews-network.net>" ]
7
7
license = " Apache License 2.0"
@@ -41,7 +41,7 @@ build-backend = "poetry.core.masonry.api"
41
41
github_url = " https://github.com/compose-x/kafka_schema_registry_admin"
42
42
43
43
[tool .tbump .version ]
44
- current = " 0.5.2 "
44
+ current = " 0.5.3 "
45
45
46
46
regex = '''
47
47
(?P<major>\d+)
You can’t perform that action at this time.
0 commit comments