Skip to content

Commit 8824af6

Browse files
committed
Adding recent pull request merges to changelog and bumping version number
1 parent fcd0f58 commit 8824af6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## Version 0.7.2
4+
* [#68](https://github.com/landscapeio/pylint-django/pull/68) Suppressed invalid constant warning for "app_name" in urls.py
5+
* [#67](https://github.com/landscapeio/pylint-django/pull/67) Fix view.args and view.kwargs
6+
* [#65](https://github.com/landscapeio/pylint-django/pull/65) Add support of mongoengine module.
7+
* [#59](https://github.com/landscapeio/pylint-django/pull/59) Silence old-style-class for widget Meta
8+
39
## Version 0.7.1
410
* [#52](https://github.com/landscapeio/pylint-django/issues/52) - Fixed stupid mistake when using versioninfo
511

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.7.1'
8+
_version = '0.7.2'
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)