Skip to content

Commit

Permalink
- bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DelboyJay committed Dec 10, 2024
1 parent 340e3e6 commit 4ba5f85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0
current_version = 1.4.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ bundle: coverage

.PHONY: release-test
release-test:
poetry run twine upload --repository-url https://test.pypi.org/legacy/dist/django_idempotency_key-1.3.0.tar.gz
poetry run twine upload --repository-url https://test.pypi.org/legacy/dist/django_idempotency_key-1.4.0.tar.gz

.PHONY: release
release: coverage
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-idempotency-key"
version = "1.3.0"
version = "1.4.0"
description = "Django middleware for idempotency key support in view and viewset functions."
authors = ["YoyoDevs <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 4ba5f85

Please sign in to comment.