Skip to content

Commit

Permalink
Add changelog for version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Feb 26, 2018
1 parent 752b297 commit 180d4e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Version 0.9.1

* Fix [#123](https://github.com/PyCQA/pylint-django/issues/123) -
Update links after the move to PyCQA (Mr. Senko)
* Add test for Meta class from django_tables2 (Mr. Senko)
* Fix flake8 complaints (Peter Bittner)
* Add missing .txt and .rc test files to MANIFEST.in (Joseph Herlant)

## Version 0.9 (25 Jan 2018)

* Fix [#120](https://github.com/PyCQA/pylint-django/issues/120) -
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os
from setuptools import setup, find_packages

VERSION = '0.9.0'
VERSION = '0.9.1'
PACKAGES = find_packages(exclude=[
'*.tests',
'*.tests.*',
Expand Down

0 comments on commit 180d4e8

Please sign in to comment.