Skip to content

Commit

Permalink
Releasing 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarrasch committed Oct 23, 2015
1 parent ca78b1a commit eb4930d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions RELEASE-PROCESS.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
For maintainers of luigi, who have push access to pypi. Here's how you upload
luigi to pypi.

1. Update version number in setup.py, if needed.
2. pypi (Executing `python setup.py sdist upload`)
3. Add tag on github (https://github.com/spotify/luigi/releases)
4. Then bump verson number in setup.py, "preparing for next release".
1. Update version number in setup.py, if needed. Commit and push.
2. pypi (Executing ``python setup.py sdist upload``)
3. Add tag on github (https://github.com/spotify/luigi/releases), including changelog

If you know a better way, please say so! I'm (arash) not used to releasing code
to pypi!
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='1.3.0',
version='2.0.0',
description='Workflow mgmgt + task scheduling + dependency resolution',
long_description=long_description,
author='Erik Bernhardsson',
Expand Down

0 comments on commit eb4930d

Please sign in to comment.