Skip to content

Commit f809ee3

Browse files
committed
Changelog for version 2.0
1 parent 7a77887 commit f809ee3

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
Changelog
22
=========
33

4-
Unreleased
5-
----------
4+
Version 2.0 (25 July 2018)
5+
--------------------------
66

77
- Requires pylint >= 2.0 which doesn't support Python 2 anymore!
8-
98
- Add modelform-uses-unicode check to flag dangerous use of the exclude
10-
attribute in ModelForm.Meta.
9+
attribute in ModelForm.Meta (Federico Bond).
1110

1211

13-
Version 0.11.1 (25 May 2018), the DjangoCon Heidelberg edittion
14-
---------------------------------------------------------------
12+
Version 0.11.1 (25 May 2018), the DjangoCon Heidelberg edition
13+
--------------------------------------------------------------
1514

1615
- Enable test case for ``urlpatterns`` variable which was previously disabled
1716
- Disable ``unused-argument`` message for the ``request`` argument passed to

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
author_email='[email protected]',
1414
description='A Pylint plugin to help Pylint understand the Django web framework',
1515
long_description=LONG_DESCRIPTION,
16-
version='0.11.1',
16+
version='2.0',
1717
packages=find_packages(),
1818
include_package_data=True,
1919
install_requires=[
@@ -25,7 +25,6 @@
2525
},
2626
license='GPLv2',
2727
classifiers=[
28-
'Development Status :: 4 - Beta',
2928
'Environment :: Console',
3029
'Intended Audience :: Developers',
3130
'Operating System :: Unix',

0 commit comments

Comments
 (0)