From 72ffb49e8ac9b8c9847f40f254f2198594478432 Mon Sep 17 00:00:00 2001 From: Arash Rouhani Date: Fri, 10 Feb 2017 13:55:11 +0700 Subject: [PATCH] Version 2.6.0 --- debian/changelog | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1723847722..b182295fd5 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +luigi (2.6.0) stable; urgency=low + * See https://github.com/spotify/luigi/releases/tag/2.6.0 + + -- Arash Rouhani Fri, 10 Feb 2017 13:54:14 +0700 + luigi (2.5.0) stable; urgency=low * See https://github.com/spotify/luigi/releases/tag/2.5.0 diff --git a/setup.py b/setup.py index 7261a87850..d12640c0a5 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def get_static_files(path): setup( name='luigi', - version='2.5.0', + version='2.6.0', description='Workflow mgmgt + task scheduling + dependency resolution', long_description=long_description, author='The Luigi Authors',