Skip to content

Commit

Permalink
Bumping version and adding new changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
carlio committed Nov 26, 2018
1 parent a3c6ceb commit 509ed64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
@@ -1,11 +1,12 @@
Changelog
=========

Version 2.0.3 (26 Nov 2018)
Version 2.0.4 (26 Nov 2018)
---------------------------

- Fixing compatability between ranges of astroid (2.0.4 -> 2.1) and pylint (2.1.1 -> 2.2)
`#201 <https://github.com/PyCQA/pylint-django/issues/201>` and `#202 <https://github.com/PyCQA/pylint-django/issues/202>`
- Note: 2.0.3 was accidentally released with no changes so does not exist...

Version 2.0.2 (26 Aug 2018)
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
author_email='code@landscape.io',
description='A Pylint plugin to help Pylint understand the Django web framework',
long_description=LONG_DESCRIPTION,
version='2.0.3',
version='2.0.4',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 509ed64

Please sign in to comment.