Skip to content

Commit

Permalink
Bump version: 0.5.10 → 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bodja committed Dec 20, 2024
1 parent ce7169b commit bb6d235
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.10"
current_version = "0.5.11"
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 @@ -18,7 +18,7 @@

logger = logging.getLogger(__name__)

__version__ = "0.5.10"
__version__ = "0.5.11"

__all__ = [
"autodiscover",
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.10"
version = "0.5.11"
dependencies = [
"django>=4.2,<6.0",
"confluent-kafka[avro, schema-registry]==2.6.2"
Expand Down

0 comments on commit bb6d235

Please sign in to comment.