Skip to content

Commit

Permalink
Bump version to 1.0.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
DelboyJay committed Jan 31, 2019
1 parent 63f6ee2 commit d7d70ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .bumpversion.cfg
@@ -1,7 +1,5 @@
# Use `bumpversion --no-tag --no-commit -n --allow-dirty --verbose patch` to test changes to this config file.

[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = False
tag = False

Expand All @@ -12,3 +10,4 @@ replace = version='{new_version}'
[bumpversion:file:Makefile]
search = django-idempotency-key-{current_version}.tar.gz
replace = django-idempotency-key-{new_version}.tar.gz

2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -30,7 +30,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.0.tar.gz
twine upload --repository-url https://test.pypi.org/legacy/ dist/django-idempotency-key-1.0.1.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.0',
version='1.0.1',
author='Del Hyman-Jones',
author_email='dev@yoyowallet.com',
description='Django middleware for idempotency key support in view and viewset functions.',
Expand Down

0 comments on commit d7d70ac

Please sign in to comment.