Skip to content

Commit

Permalink
Bump version: 0.5.16 → 0.5.17
Browse files Browse the repository at this point in the history
  • Loading branch information
bodja committed Feb 25, 2025
1 parent 9b92d50 commit a4eb4a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.5.16"
current_version = "0.5.17"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion django_kafka/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

logger = logging.getLogger(__name__)

__version__ = "0.5.16"
__version__ = "0.5.17"

__all__ = [
"DjangoKafka",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "django-kafka"
version = "0.5.16"
version = "0.5.17"
dependencies = [
"django>=4.2,<6.0",
"confluent-kafka[avro, schemaregistry]==2.7.0"
Expand Down

0 comments on commit a4eb4a0

Please sign in to comment.