File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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)
4
11
5
12
* Fix [ #129 ] ( https://github.com/PyCQA/pylint-django/issues/129 ) -
6
13
Move tests under ` site-packages/pylint_django ` (Mr. Senko)
Original file line number Diff line number Diff line change 12
12
author = 'landscape.io' ,
13
13
author_email = 'code@landscape.io' ,
14
14
description = 'A Pylint plugin to help Pylint understand the Django web framework' ,
15
- version = '0.9.2 ' ,
15
+ version = '0.9.3 ' ,
16
16
packages = find_packages (),
17
17
include_package_data = True ,
18
18
install_requires = [
You can’t perform that action at this time.
0 commit comments