Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ddaniels/luigi

Tags

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

v1.0.21

Toggle v1.0.21's commit message
Merge pull request spotify#727 from spotify/erikbern/scheduler-config

Use new-style config mechanism for the scheduler