File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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+
17luigi (0.0) unstable; urgency=low
28
39 * Initial release
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def get_static_files(path):
4949
5050setup (
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' ,
You can’t perform that action at this time.
0 commit comments