Skip to content

Commit 59af5bb

Browse files
A Norman (normanA Norman (norman
A Norman (norman
authored and
A Norman (norman
committed
0.3.14
1 parent 41e2dc5 commit 59af5bb

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.13'
31-
__last_modification__ = '2015.03.21'
30+
__version__ = '0.3.14'
31+
__last_modification__ = '2015.03.24'
3232

3333
import datetime
3434
import logging

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.13'
27-
__last_modification__ = '2015.03.21'
26+
__version__ = '0.3.14'
27+
__last_modification__ = '2015.03.24'
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.13',
20+
version = '0.3.14',
2121
author = 'Alexandre Norman',
2222
author_email = 'norman@xael.org',
2323
license ='gpl-3.0.txt',

0 commit comments

Comments
 (0)