File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 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
53commit = False
64tag = False
75
@@ -12,3 +10,4 @@ replace = version='{new_version}'
1210[bumpversion:file:Makefile]
1311search = django-idempotency-key-{current_version}.tar.gz
1412replace = django-idempotency-key-{new_version}.tar.gz
13+
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ bundle: static_analysis coverage
3030 python setup.py sdist
3131
3232release-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
3535release : static_analysis coverage
3636 twine upload dist/*
Original file line number Diff line number Diff line change 77
88setup (
99 name = 'django-idempotency-key' ,
10- version = '1.0.0 ' ,
10+ version = '1.0.1 ' ,
1111 author = 'Del Hyman-Jones' ,
12121313 description = 'Django middleware for idempotency key support in view and viewset functions.' ,
You can’t perform that action at this time.
0 commit comments