We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac500a commit 6cf7091Copy full SHA for 6cf7091
debian/changelog
@@ -1,3 +1,9 @@
1
+luigi (2.3.2) stable; urgency=low
2
+
3
+ * See https://github.com/spotify/luigi/releases/tag/2.3.2
4
5
+ -- Arash Rouhani <arashrk@vng.com.vn> Tue, 20 Sep 2016 16:44:36 +0700
6
7
luigi (2.3.1) stable; urgency=low
8
9
* See https://github.com/spotify/luigi/releases/tag/2.3.1
setup.py
@@ -50,7 +50,7 @@ def get_static_files(path):
50
51
setup(
52
name='luigi',
53
- version='2.3.1',
+ version='2.3.2',
54
description='Workflow mgmgt + task scheduling + dependency resolution',
55
long_description=long_description,
56
author='Erik Bernhardsson',
0 commit comments