Skip to content

Commit b282fd3

Browse files
A Norman (normanA Norman (norman
A Norman (norman
authored and
A Norman (norman
committed
bug correction for letting user set NOT_WORKED_DAYS
1 parent abd803c commit b282fd3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

gantt/gantt.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"""
2828

2929
__author__ = 'Alexandre Norman (norman at xael.org)'
30-
__version__ = '0.3.18'
31-
__last_modification__ = '2015.05.21'
30+
__version__ = '0.3.19'
31+
__last_modification__ = '2015.06.05'
3232

3333
import codecs
3434
import datetime

org2gantt/org2gantt.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424

2525
__author__ = 'Alexandre Norman (norman at xael.org)'
26-
__version__ = '0.3.18'
27-
__last_modification__ = '2015.05.21'
26+
__version__ = '0.3.19'
27+
__last_modification__ = '2015.06.05'
2828

2929
import copy
3030
import datetime

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup (
1919
name = 'python-gantt',
20-
version = '0.3.18',
20+
version = '0.3.19',
2121
author = 'Alexandre Norman',
2222
author_email = 'norman@xael.org',
2323
license ='gpl-3.0.txt',

0 commit comments

Comments
 (0)