Skip to content

Commit

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

- Use ``date -R`` to retrieve date
- Optionally verify with ``dpkg-parsechangelog``
#. Commit and push.
#. Commit, perhaps simply with a commit message like ``Version x.y.z``.
#. Push to GitHub at [spotify/luigi](https://github.com/spotify/luigi).
#. Upload to pypi by executing ``python setup.py sdist upload``
#. Add a tag on github (https://github.com/spotify/luigi/releases),
including a handwritten changelog, possibly inspired from previous notes.
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.3.1) stable; urgency=low

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

-- Arash Rouhani <[email protected]> Thu, 25 Aug 2016 09:32:07 +0700

luigi (2.3.0) stable; urgency=low

* See https://github.com/spotify/luigi/releases/tag/2.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_static_files(path):

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

0 comments on commit daaeeb6

Please sign in to comment.