File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.5.0
3- parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<release >\d+)
4- serialize = {major}.{minor}.{release }
2+ current_version = 2.5.1
3+ parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch >\d+)
4+ serialize = {major}.{minor}.{patch }
55commit = False
66tag = False
77verbose = True
88allow_dirty = False
99tag_name = {new_version}
1010
1111[bumpversion:file:src/adminfilters/__init__.py]
12+
1213[bumpversion:file:pyproject.toml]
Original file line number Diff line number Diff line change 11[project ]
22name = " django-adminfilters"
3- version = " 2.5.0 "
3+ version = " 2.5.1 "
44description = " Django mixin to easily add buttons to any ModelAdmin"
55readme = " README.md"
66requires-python = " >=3.11"
Original file line number Diff line number Diff line change 11NAME = "django-adminfilters"
2- VERSION = __version__ = "2.5.0 "
2+ VERSION = __version__ = "2.5.1 "
33__author__ = "sax"
You can’t perform that action at this time.
0 commit comments