Skip to content

Commit d7b1a43

Browse files
Release 2.0
1 parent 47b1708 commit d7b1a43

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog
33
*********
44

5+
2.0
6+
===
7+
8+
- Drop Python 2.x support
9+
- Add support for Django 3.0 and 3.1
10+
511
1.8.2
612
=====
713

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747

4848
# General information about the project.
4949
project = u'django-static-precompiler'
50-
copyright = u'2018, Andrey Fedoseev'
50+
copyright = u'2021, Andrey Fedoseev'
5151
author = u'Andrey Fedoseev'
5252

5353
# The version info for the project you're documenting, acts as replacement for
5454
# |version| and |release|, also used in various other places throughout the
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '1.8.2'
58+
version = '2.0'
5959
# The full version, including alpha/beta/rc tags.
6060
release = version
6161

static_precompiler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.8.2"
1+
__version__ = "2.0"

0 commit comments

Comments
 (0)