File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
*********
4
4
5
+ 2.0
6
+ ===
7
+
8
+ - Drop Python 2.x support
9
+ - Add support for Django 3.0 and 3.1
10
+
5
11
1.8.2
6
12
=====
7
13
Original file line number Diff line number Diff line change 47
47
48
48
# General information about the project.
49
49
project = u'django-static-precompiler'
50
- copyright = u'2018 , Andrey Fedoseev'
50
+ copyright = u'2021 , Andrey Fedoseev'
51
51
author = u'Andrey Fedoseev'
52
52
53
53
# The version info for the project you're documenting, acts as replacement for
54
54
# |version| and |release|, also used in various other places throughout the
55
55
# built documents.
56
56
#
57
57
# The short X.Y version.
58
- version = '1.8.2 '
58
+ version = '2.0 '
59
59
# The full version, including alpha/beta/rc tags.
60
60
release = version
61
61
Original file line number Diff line number Diff line change 1
- __version__ = "1.8.2 "
1
+ __version__ = "2.0 "
You can’t perform that action at this time.
0 commit comments