diff --git a/debian/changelog b/debian/changelog index 948bad2c25..1723847722 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ -luigi (2.4.0) stable; urgency=low +luigi (2.5.0) stable; urgency=low + * See https://github.com/spotify/luigi/releases/tag/2.5.0 + + -- Arash Rouhani Tue, 10 Jan 2017 14:52:05 +0700 +luigi (2.4.0) stable; urgency=low * See https://github.com/spotify/luigi/releases/tag/2.4.0 -- Arash Rouhani Fri, 02 Dec 2016 11:49:56 +0700 diff --git a/setup.py b/setup.py index 09a0a7dc8a..862d97f9df 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def get_static_files(path): setup( name='luigi', - version='2.4.0', + version='2.5.0', description='Workflow mgmgt + task scheduling + dependency resolution', long_description=long_description, author='Erik Bernhardsson',