From b887792ff4f59ab4a2d8388efe938e5682f16f36 Mon Sep 17 00:00:00 2001 From: carlio Date: Wed, 30 Jul 2014 15:13:25 +0200 Subject: [PATCH 1/3] Bumping version for hotfix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b64ae10..959371c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages -_version = "0.1" +_version = "0.1.1" _packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]) _short_description = "pylint-celery is a Pylint plugin to aid Pylint in recognising and understanding" \ From 2b8020ace6c534489647efa7933e851d72acf0dc Mon Sep 17 00:00:00 2001 From: carlio Date: Thu, 25 Sep 2014 09:21:43 +0200 Subject: [PATCH 2/3] A previous borked release means that there is a 0.2.dev14.. version in pypi, so this release is merely to have a stable version there instead --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 959371c..54404ff 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages -_version = "0.1.1" +_version = "0.3" _packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]) _short_description = "pylint-celery is a Pylint plugin to aid Pylint in recognising and understanding" \ From ec58125f602d2d956dcfffe654a03b2c685767b8 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Sun, 21 Aug 2016 21:42:48 -0400 Subject: [PATCH 3/3] MANIFEST.in: Include the license file. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..1aba38f --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include LICENSE