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',