Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarrasch committed Jul 8, 2016
1 parent c251e82 commit c29e48f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RELEASE-PROCESS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Luigi to pypi.

1. Update version number in setup.py, if needed.
2. Update version number in debian/changelog
* Use `date -R` to retrieve date
* Optionally verify with `dpkg-parsechangelog`
3. Commit and push.
4. pypi (Executing ``python setup.py sdist upload``)
5. Add tag on github (https://github.com/spotify/luigi/releases), including changelog
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
luigi (2.2.0) stable; urgency=low

* See https://github.com/spotify/luigi/releases/tag/2.2.0

-- Arash Rouhani <[email protected]> Fri, 08 Jul 2016 17:41:32 +0700

luigi (0.0) unstable; urgency=low

* Initial release
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_static_files(path):

setup(
name='luigi',
version='2.1.1',
version='2.2.0',
description='Workflow mgmgt + task scheduling + dependency resolution',
long_description=long_description,
author='Erik Bernhardsson',
Expand Down

0 comments on commit c29e48f

Please sign in to comment.