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
5
5
unreleased
6
6
==========
7
7
8
+ 3.0.1 2022-02-01
9
+ ================
10
+
11
+ * Update manifest to include all the tests dir (#72)
12
+
8
13
3.0.0 2022-01-22
9
14
================
10
15
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 50
50
# built documents.
51
51
#
52
52
# The short X.Y version.
53
- version = '3.0.0 '
53
+ version = '3.0.1 '
54
54
# The full version, including alpha/beta/rc tags.
55
- release = '3.0.0 '
55
+ release = '3.0.1 '
56
56
57
57
# The language for content autogenerated by Sphinx. Refer to documentation
58
58
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 3.0.0
2
+ current_version = 3.0.1
3
3
commit = True
4
4
tag = False
5
5
@@ -16,19 +16,19 @@ search = '{current_version}'
16
16
replace = ' {new_version}'
17
17
18
18
[bumpversion:file:CHANGELOG.rst]
19
- search =
19
+ search =
20
20
unreleased
21
21
==========
22
- replace =
22
+ replace =
23
23
unreleased
24
24
==========
25
-
25
+
26
26
{new_version} {utcnow:%%Y-%%m-%%d}
27
27
================
28
28
29
29
[flake8]
30
30
max-line-length = 119
31
- exclude =
31
+ exclude =
32
32
*.egg-info,
33
33
.eggs,
34
34
.env,
Original file line number Diff line number Diff line change 36
36
37
37
setup (
38
38
name = 'django-classy-tags' ,
39
- version = '3.0.0 ' ,
39
+ version = '3.0.1 ' ,
40
40
author = 'Jonas Obrist' ,
41
41
author_email = 'ojiidotch@gmail.com' ,
42
42
maintainer = 'Django CMS Association and contributors' ,
You can’t perform that action at this time.
0 commit comments