Skip to content

Commit 68ef4b5

Browse files
committed
Tag version 0.8.0
1 parent 3b2f545 commit 68ef4b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Version 0.8.0 (unreleased)
3+
## Version 0.8.0 (20 Jan 2018)
44

55
* This is the last version to support Python 2. Issues a deprecation warning!
66
* [#109](http://github.com/landscapeio/pylint-django/pull/109),

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import sys
66

77

8-
_version = '0.7.4'
8+
_version = '0.8.0'
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)