File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ commit_args = --no-verify
5
5
tag = True
6
6
tag_name = {new_version}
7
7
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\+\w+-(?P<dev>\d+))?
8
- serialize =
8
+ serialize =
9
9
{major}.{minor}.{patch}+{$BRANCH_NAME}-{dev}
10
10
{major}.{minor}.{patch}
11
11
message = Version updated from {current_version} to {new_version}
@@ -19,7 +19,7 @@ long_description_content_type = text/markdown
19
19
author = Corey Oordt
20
20
21
21
url = http://github.com/jazzband/django-categories
22
- classifiers =
22
+ classifiers =
23
23
Framework :: Django
24
24
25
25
[options]
@@ -28,17 +28,17 @@ include_package_data = True
28
28
packages = find:
29
29
30
30
[options.packages.find]
31
- exclude =
31
+ exclude =
32
32
example*
33
33
docs
34
34
build
35
- include =
35
+ include =
36
36
categories
37
37
categories.*
38
38
39
39
[flake8]
40
40
ignore = D203,W503,E501
41
- exclude =
41
+ exclude =
42
42
.git
43
43
.tox
44
44
docs
@@ -65,3 +65,6 @@ search = Unreleased
65
65
[bumpversion:file(diff link):CHANGELOG.md]
66
66
search = {current_version}...HEAD
67
67
replace = {current_version}...{new_version}
68
+
69
+ [zest.releaser]
70
+ python-file-with-version = categories/__init__.py
You can’t perform that action at this time.
0 commit comments