Skip to content

Commit c29e48f

Browse files
committed
Version 2.2.0
1 parent c251e82 commit c29e48f

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

RELEASE-PROCESS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Luigi to pypi.
33

44
1. Update version number in setup.py, if needed.
55
2. Update version number in debian/changelog
6+
* Use `date -R` to retrieve date
7+
* Optionally verify with `dpkg-parsechangelog`
68
3. Commit and push.
79
4. pypi (Executing ``python setup.py sdist upload``)
810
5. Add tag on github (https://github.com/spotify/luigi/releases), including changelog

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
luigi (2.2.0) stable; urgency=low
2+
3+
* See https://github.com/spotify/luigi/releases/tag/2.2.0
4+
5+
-- Arash Rouhani <arashrk@vng.com.vn> Fri, 08 Jul 2016 17:41:32 +0700
6+
17
luigi (0.0) unstable; urgency=low
28

39
* Initial release

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def get_static_files(path):
4949

5050
setup(
5151
name='luigi',
52-
version='2.1.1',
52+
version='2.2.0',
5353
description='Workflow mgmgt + task scheduling + dependency resolution',
5454
long_description=long_description,
5555
author='Erik Bernhardsson',

0 commit comments

Comments
 (0)