Skip to content

Commit 8221084

Browse files
committed
Changelog for version 0.9.3
1 parent a33f52d commit 8221084

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

3-
## Version 0.9.2 (7 March 2018)
3+
## Version 0.9.3 (7 March 2018)
4+
5+
* Fix [#133](https://github.com/PyCQA/pylint-django/issues/133) and
6+
[#134](https://github.com/PyCQA/pylint-django/issues/134) by including
7+
package data when building wheel and tar.gz packages for PyPI (Joseph Herlant)
8+
9+
10+
## Version 0.9.2 (broken)
411

512
* Fix [#129](https://github.com/PyCQA/pylint-django/issues/129) -
613
Move tests under `site-packages/pylint_django` (Mr. Senko)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
author='landscape.io',
1313
author_email='code@landscape.io',
1414
description='A Pylint plugin to help Pylint understand the Django web framework',
15-
version='0.9.2',
15+
version='0.9.3',
1616
packages=find_packages(),
1717
include_package_data=True,
1818
install_requires=[

0 commit comments

Comments
 (0)