Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DelboyJay committed Apr 8, 2020
1 parent bbd3b39 commit 8137836
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.3
current_version = 1.1.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -34,7 +34,7 @@ bundle: static_analysis coverage
python setup.py sdist

release-test:
twine upload --repository-url https://test.pypi.org/legacy/ dist/django-idempotency-key-1.0.3.tar.gz
twine upload --repository-url https://test.pypi.org/legacy/ dist/django-idempotency-key-1.1.0.tar.gz

release: static_analysis coverage
twine upload dist/*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name="django-idempotency-key",
version="1.0.3",
version="1.1.0",
author="Del Hyman-Jones",
author_email="dev@yoyowallet.com",
description=(
Expand Down

0 comments on commit 8137836

Please sign in to comment.