From 35b340d7da62613c645ae37b6feb00147c7a9e52 Mon Sep 17 00:00:00 2001 From: Arash Rouhani Date: Fri, 21 Oct 2016 11:03:20 +0700 Subject: [PATCH] Version 2.3.3 --- debian/changelog | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e0cc6b7545..0213e5715e 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +luigi (2.3.3) stable; urgency=low + + * See https://github.com/spotify/luigi/releases/tag/2.3.3 + + -- Arash Rouhani Fri, 21 Oct 2016 11:02:40 +0700 + luigi (2.3.2) stable; urgency=low * See https://github.com/spotify/luigi/releases/tag/2.3.2 diff --git a/setup.py b/setup.py index 40237f3527..40806e4952 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def get_static_files(path): setup( name='luigi', - version='2.3.2', + version='2.3.3', description='Workflow mgmgt + task scheduling + dependency resolution', long_description=long_description, author='Erik Bernhardsson',