Skip to content

Commit e7e05d7

Browse files
committed
Tag version 0.8.1
1 parent 0b0ad13 commit e7e05d7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## Version 0.8.1 (14 Dec 2018)
4+
5+
* Backported fix for
6+
[#120](https://github.com/PyCQA/pylint-django/issues/120).
7+
8+
**WARNING:** this release has not been tested via our regular CI process
9+
because the 0.8.x branch is missing lots of internal infrastructure and it
10+
will not be generally supported! This version is provided as a last-resort
11+
measure for users who can't upgrade to the 2.x series! Use at your own risk!
12+
313
## Version 0.8.0 (20 Jan 2018)
414

515
* This is the last version to support Python 2. Issues a deprecation warning!

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import sys
66

77

8-
_version = '0.8.0'
8+
_version = '0.8.1'
99
_packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
1010

1111
_short_description = "pylint-django is a Pylint plugin to aid Pylint in recognising and understanding" \

0 commit comments

Comments
 (0)