Skip to content

Commit 5436e02

Browse files
committed
fix setup.cfg for zest.releaser
1 parent 76b7f2e commit 5436e02

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Diff for: setup.cfg

+8-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ commit_args = --no-verify
55
tag = True
66
tag_name = {new_version}
77
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\+\w+-(?P<dev>\d+))?
8-
serialize =
8+
serialize =
99
{major}.{minor}.{patch}+{$BRANCH_NAME}-{dev}
1010
{major}.{minor}.{patch}
1111
message = Version updated from {current_version} to {new_version}
@@ -19,7 +19,7 @@ long_description_content_type = text/markdown
1919
author = Corey Oordt
2020
author_email = [email protected]
2121
url = http://github.com/jazzband/django-categories
22-
classifiers =
22+
classifiers =
2323
Framework :: Django
2424

2525
[options]
@@ -28,17 +28,17 @@ include_package_data = True
2828
packages = find:
2929

3030
[options.packages.find]
31-
exclude =
31+
exclude =
3232
example*
3333
docs
3434
build
35-
include =
35+
include =
3636
categories
3737
categories.*
3838

3939
[flake8]
4040
ignore = D203,W503,E501
41-
exclude =
41+
exclude =
4242
.git
4343
.tox
4444
docs
@@ -65,3 +65,6 @@ search = Unreleased
6565
[bumpversion:file(diff link):CHANGELOG.md]
6666
search = {current_version}...HEAD
6767
replace = {current_version}...{new_version}
68+
69+
[zest.releaser]
70+
python-file-with-version = categories/__init__.py

0 commit comments

Comments
 (0)