File tree Expand file tree Collapse file tree 11 files changed +22
-22
lines changed Expand file tree Collapse file tree 11 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 20
20
# -- Project information -----------------------------------------------------
21
21
22
22
project = 'jsonrpclib-pelix'
23
- copyright = '2018 , Thomas Calmant'
23
+ copyright = '2019 , Thomas Calmant'
24
24
author = 'Thomas Calmant'
25
25
26
26
# The short X.Y version
27
- version = '0.3.2 '
27
+ version = '0.4 '
28
28
# The full version, including alpha/beta/rc tags
29
- release = '0.3.2 '
29
+ release = '0.4.0 '
30
30
31
31
32
32
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ File Header
10
10
11
11
This snippet is added to the module-level documentation::
12
12
13
- Copyright 2018 Thomas Calmant
13
+ Copyright 2019 Thomas Calmant
14
14
15
15
Licensed under the Apache License, Version 2.0 (the "License");
16
16
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 5
5
CGI request handler.
6
6
7
7
:authors: Josh Marshall, Thomas Calmant
8
- :copyright: Copyright 2018 , Thomas Calmant
8
+ :copyright: Copyright 2019 , Thomas Calmant
9
9
:license: Apache License 2.0
10
10
:version: 0.4.0
11
11
12
12
..
13
13
14
- Copyright 2018 Thomas Calmant
14
+ Copyright 2019 Thomas Calmant
15
15
16
16
Licensed under the Apache License, Version 2.0 (the "License");
17
17
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 4
4
Aliases to ease access to jsonrpclib classes
5
5
6
6
:authors: Josh Marshall, Thomas Calmant
7
- :copyright: Copyright 2018 , Thomas Calmant
7
+ :copyright: Copyright 2019 , Thomas Calmant
8
8
:license: Apache License 2.0
9
9
:version: 0.4.0
10
10
11
11
..
12
12
13
- Copyright 2018 Thomas Calmant
13
+ Copyright 2019 Thomas Calmant
14
14
15
15
Licensed under the Apache License, Version 2.0 (the "License");
16
16
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 3
3
"""
4
4
The configuration module.
5
5
6
- :copyright: Copyright 2018 , Thomas Calmant
6
+ :copyright: Copyright 2019 , Thomas Calmant
7
7
:license: Apache License 2.0
8
8
:version: 0.4.0
9
9
10
10
..
11
11
12
- Copyright 2018 Thomas Calmant
12
+ Copyright 2019 Thomas Calmant
13
13
14
14
Licensed under the Apache License, Version 2.0 (the "License");
15
15
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 4
4
The history module.
5
5
6
6
:authors: Josh Marshall, Thomas Calmant
7
- :copyright: Copyright 2018 , Thomas Calmant
7
+ :copyright: Copyright 2019 , Thomas Calmant
8
8
:license: Apache License 2.0
9
9
:version: 0.4.0
10
10
11
11
..
12
12
13
- Copyright 2018 Thomas Calmant
13
+ Copyright 2019 Thomas Calmant
14
14
15
15
Licensed under the Apache License, Version 2.0 (the "License");
16
16
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 4
4
The serialization module
5
5
6
6
:authors: Josh Marshall, Thomas Calmant
7
- :copyright: Copyright 2018 , Thomas Calmant
7
+ :copyright: Copyright 2019 , Thomas Calmant
8
8
:license: Apache License 2.0
9
9
:version: 0.4.0
10
10
11
11
..
12
12
13
- Copyright 2018 Thomas Calmant
13
+ Copyright 2019 Thomas Calmant
14
14
15
15
Licensed under the Apache License, Version 2.0 (the "License");
16
16
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 36
36
See https://github.com/tcalmant/jsonrpclib for more info.
37
37
38
38
:authors: Josh Marshall, Thomas Calmant
39
- :copyright: Copyright 2018 , Thomas Calmant
39
+ :copyright: Copyright 2019 , Thomas Calmant
40
40
:license: Apache License 2.0
41
41
:version: 0.4.0
42
42
43
43
..
44
44
45
- Copyright 2018 Thomas Calmant
45
+ Copyright 2019 Thomas Calmant
46
46
47
47
Licensed under the Apache License, Version 2.0 (the "License");
48
48
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 4
4
Cached thread pool, inspired from Pelix/iPOPO Thread Pool
5
5
6
6
:author: Thomas Calmant
7
- :copyright: Copyright 2018 , Thomas Calmant
7
+ :copyright: Copyright 2019 , Thomas Calmant
8
8
:license: Apache License 2.0
9
9
:version: 0.4.0
10
10
11
11
..
12
12
13
- Copyright 2018 Thomas Calmant
13
+ Copyright 2019 Thomas Calmant
14
14
15
15
Licensed under the Apache License, Version 2.0 (the "License");
16
16
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 4
4
Utility methods, for compatibility between Python version
5
5
6
6
:author: Thomas Calmant
7
- :copyright: Copyright 2018 , Thomas Calmant
7
+ :copyright: Copyright 2019 , Thomas Calmant
8
8
:license: Apache License 2.0
9
9
:version: 0.4.0
10
10
11
11
..
12
12
13
- Copyright 2018 Thomas Calmant
13
+ Copyright 2019 Thomas Calmant
14
14
15
15
Licensed under the Apache License, Version 2.0 (the "License");
16
16
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 4
4
Installation script
5
5
6
6
:authors: Josh Marshall, Thomas Calmant
7
- :copyright: Copyright 2018 , Thomas Calmant
7
+ :copyright: Copyright 2019 , Thomas Calmant
8
8
:license: Apache License 2.0
9
9
:version: 0.4.0
10
10
11
11
..
12
12
13
- Copyright 2018 Thomas Calmant
13
+ Copyright 2019 Thomas Calmant
14
14
15
15
Licensed under the Apache License, Version 2.0 (the "License");
16
16
you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments