Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
Whoups, I released the 1.2.0 tag on github and then realized I had
forgot to update this setup.py file.

Note to self: I think the order to release is

 * (i) Update version number in setup.py
 * (ii) pypi (Executing `python setup.py sdist upload`)
 * (iii) Add tag on github (https://github.com/spotify/luigi/releases)
 * (iv) Then bump setup.py, "preparing for next release".
  • Loading branch information
Tarrasch committed May 26, 2015
1 parent ac530c6 commit a6e5eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_static_files(path):

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

0 comments on commit a6e5eb1

Please sign in to comment.