Skip to content

Commit

Permalink
Changelog for v2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jul 10, 2019
1 parent 3e4fc69 commit 5ca2c5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

Version 2.0.11 (10 July 2019)
-----------------------------

- Use ``functools.wrap`` to preserve ``leave_module`` info (Mohit Solanki)


Version 2.0.10 (07 July 2019), Novi Sad etition
-----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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.10',
version='2.0.11',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 5ca2c5c

Please sign in to comment.