File tree Expand file tree Collapse file tree 5 files changed +14
-9
lines changed Expand file tree Collapse file tree 5 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ Changelog
55unreleased
66==========
77
8+ 3.0.1 2022-02-01
9+ ================
10+
11+ * Update manifest to include all the tests dir (#72)
12+
8133.0.0 2022-01-22
914================
1015
Original file line number Diff line number Diff line change 1- __version__ = '3.0.0 '
1+ __version__ = '3.0.1 '
Original file line number Diff line number Diff line change 5050# built documents.
5151#
5252# The short X.Y version.
53- version = '3.0.0 '
53+ version = '3.0.1 '
5454# The full version, including alpha/beta/rc tags.
55- release = '3.0.0 '
55+ release = '3.0.1 '
5656
5757# The language for content autogenerated by Sphinx. Refer to documentation
5858# for a list of supported languages.
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.0.0
2+ current_version = 3.0.1
33commit = True
44tag = False
55
@@ -16,19 +16,19 @@ search = '{current_version}'
1616replace = ' {new_version}'
1717
1818[bumpversion:file:CHANGELOG.rst]
19- search =
19+ search =
2020 unreleased
2121 ==========
22- replace =
22+ replace =
2323 unreleased
2424 ==========
25-
25+
2626 {new_version} {utcnow:%%Y-%%m-%%d}
2727 ================
2828
2929[flake8]
3030max-line-length = 119
31- exclude =
31+ exclude =
3232 *.egg-info,
3333 .eggs,
3434 .env,
Original file line number Diff line number Diff line change 3636
3737setup (
3838 name = 'django-classy-tags' ,
39- version = '3.0.0 ' ,
39+ version = '3.0.1 ' ,
4040 author = 'Jonas Obrist' ,
4141 author_email = 'ojiidotch@gmail.com' ,
4242 maintainer = 'Django CMS Association and contributors' ,
You can’t perform that action at this time.
0 commit comments