File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 7
7
:authors: Josh Marshall, Thomas Calmant
8
8
:copyright: Copyright 2015, isandlaTech
9
9
:license: Apache License 2.0
10
- :version: 0.2.5
10
+ :version: 0.2.6
11
11
12
12
..
13
13
27
27
"""
28
28
29
29
# Module version
30
- __version_info__ = (0 , 2 , 5 )
30
+ __version_info__ = (0 , 2 , 6 )
31
31
__version__ = "." .join (str (x ) for x in __version_info__ )
32
32
33
33
# Documentation strings format
Original file line number Diff line number Diff line change 6
6
:authors: Josh Marshall, Thomas Calmant
7
7
:copyright: Copyright 2015, isandlaTech
8
8
:license: Apache License 2.0
9
- :version: 0.2.5
9
+ :version: 0.2.6
10
10
11
11
..
12
12
Original file line number Diff line number Diff line change 5
5
6
6
:copyright: Copyright 2015, isandlaTech
7
7
:license: Apache License 2.0
8
- :version: 0.2.5
8
+ :version: 0.2.6
9
9
10
10
..
11
11
25
25
"""
26
26
27
27
# Module version
28
- __version_info__ = (0 , 2 , 5 )
28
+ __version_info__ = (0 , 2 , 6 )
29
29
__version__ = "." .join (str (x ) for x in __version_info__ )
30
30
31
31
# Documentation strings format
Original file line number Diff line number Diff line change 6
6
:authors: Josh Marshall, Thomas Calmant
7
7
:copyright: Copyright 2015, isandlaTech
8
8
:license: Apache License 2.0
9
- :version: 0.2.5
9
+ :version: 0.2.6
10
10
11
11
..
12
12
26
26
"""
27
27
28
28
# Module version
29
- __version_info__ = (0 , 2 , 5 )
29
+ __version_info__ = (0 , 2 , 6 )
30
30
__version__ = "." .join (str (x ) for x in __version_info__ )
31
31
32
32
# Documentation strings format
Original file line number Diff line number Diff line change 6
6
:authors: Josh Marshall, Thomas Calmant
7
7
:copyright: Copyright 2015, isandlaTech
8
8
:license: Apache License 2.0
9
- :version: 0.2.5
9
+ :version: 0.2.6
10
10
11
11
..
12
12
26
26
"""
27
27
28
28
# Module version
29
- __version_info__ = (0 , 2 , 5 )
29
+ __version_info__ = (0 , 2 , 6 )
30
30
__version__ = "." .join (str (x ) for x in __version_info__ )
31
31
32
32
# Documentation strings format
Original file line number Diff line number Diff line change 38
38
:authors: Josh Marshall, Thomas Calmant
39
39
:copyright: Copyright 2015, isandlaTech
40
40
:license: Apache License 2.0
41
- :version: 0.2.5
41
+ :version: 0.2.6
42
42
43
43
..
44
44
58
58
"""
59
59
60
60
# Module version
61
- __version_info__ = (0 , 2 , 5 )
61
+ __version_info__ = (0 , 2 , 6 )
62
62
__version__ = "." .join (str (x ) for x in __version_info__ )
63
63
64
64
# Documentation strings format
Original file line number Diff line number Diff line change 6
6
:author: Thomas Calmant
7
7
:copyright: Copyright 2015, isandlaTech
8
8
:license: Apache License 2.0
9
- :version: 0.2.5
9
+ :version: 0.2.6
10
10
11
11
..
12
12
29
29
__docformat__ = "restructuredtext en"
30
30
31
31
# Module version
32
- __version_info__ = (0 , 2 , 5 )
32
+ __version_info__ = (0 , 2 , 6 )
33
33
__version__ = "." .join (str (x ) for x in __version_info__ )
34
34
35
35
# ------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 6
6
:author: Thomas Calmant
7
7
:copyright: Copyright 2015, isandlaTech
8
8
:license: Apache License 2.0
9
- :version: 0.2.5
9
+ :version: 0.2.6
10
10
11
11
..
12
12
26
26
"""
27
27
28
28
# Module version
29
- __version_info__ = (0 , 2 , 5 )
29
+ __version_info__ = (0 , 2 , 6 )
30
30
__version__ = "." .join (str (x ) for x in __version_info__ )
31
31
32
32
# Documentation strings format
Original file line number Diff line number Diff line change 6
6
:authors: Josh Marshall, Thomas Calmant
7
7
:copyright: Copyright 2015, isandlaTech
8
8
:license: Apache License 2.0
9
- :version: 0.2.5
9
+ :version: 0.2.6
10
10
11
11
..
12
12
26
26
"""
27
27
28
28
# Module version
29
- __version_info__ = (0 , 2 , 5 )
29
+ __version_info__ = (0 , 2 , 6 )
30
30
__version__ = "." .join (str (x ) for x in __version_info__ )
31
31
32
32
# Documentation strings format
You can’t perform that action at this time.
0 commit comments