Skip to content

Commit a6e5eb1

Browse files
committed
Release 1.2.1
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".
1 parent ac530c6 commit a6e5eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def get_static_files(path):
5555

5656
setup(
5757
name='luigi',
58-
version='1.1.3',
58+
version='1.2.1',
5959
description='Workflow mgmgt + task scheduling + dependency resolution',
6060
long_description=long_description,
6161
author='Erik Bernhardsson',

0 commit comments

Comments
 (0)