Skip to content

Commit d7d70ac

Browse files
committed
Bump version to 1.0.1 for release
1 parent 63f6ee2 commit d7d70ac

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
# Use `bumpversion --no-tag --no-commit -n --allow-dirty --verbose patch` to test changes to this config file.
2-
31
[bumpversion]
4-
current_version = 1.0.0
2+
current_version = 1.0.1
53
commit = False
64
tag = False
75

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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bundle: static_analysis coverage
3030
python setup.py sdist
3131

3232
release-test:
33-
twine upload --repository-url https://test.pypi.org/legacy/ dist/django-idempotency-key-1.0.0.tar.gz
33+
twine upload --repository-url https://test.pypi.org/legacy/ dist/django-idempotency-key-1.0.1.tar.gz
3434

3535
release: static_analysis coverage
3636
twine upload dist/*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='django-idempotency-key',
10-
version='1.0.0',
10+
version='1.0.1',
1111
author='Del Hyman-Jones',
1212
author_email='[email protected]',
1313
description='Django middleware for idempotency key support in view and viewset functions.',

0 commit comments

Comments
 (0)