8000 Tags · dylanjbarth/luigi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dylanjbarth/luigi

Tags

1.2.1

Toggle 1.2.1's commit message
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".

v1.2.1

Toggle v1.2.1's commit message
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".

v1.2.0

Toggle v1.2.0's commit message
Merge pull request spotify#974 from spotify/erikbern/tarrasch

Added tarrasch as the chief maintainer

1.1.2

Toggle 1.1.2's commit message
version 1.1.2 (fixed a critical bug in 1.1.1)

1.1.1

Toggle 1.1.1's commit message
Releasing 1.1.1

1.1.0

Toggle 1.1.0's commit message
Version 1.1.0

Main update is Python 3.3 and 3.4 support

1.0.24

Toggle 1.0.24's commit message
bumped version to 1.0.24

1.0.23

Toggle 1.0.23's commit message
Merge pull request spotify#732 from splusminusx/patch-1

Pass sys.argv to daemon main function.

1.0.22

Toggle 1.0.22's commit message
Fixed an issue with bin/luigid and bumped to 1.0.22

v1.0.22

Toggle v1.0.22's commit message
Merge pull request spotify#730 from spotify/erikbern/core

changed EnvironmentParamsContainer -> core
0