File tree Expand file tree Collapse file tree 4 files changed +17
-11
lines changed Expand file tree Collapse file tree 4 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -359,6 +359,12 @@ repository. This is better if you wish to contribute patches.
359
359
Changelog
360
360
=========
361
361
362
+ 4.2
363
+ ---
364
+
365
+ - Implemented support for FSM4RTC (@yosuke)
366
+ - Added doctests (@yosuke)
367
+
362
368
4.1
363
369
---
364
370
Original file line number Diff line number Diff line change 4
4
<Module Id =" RTCTree41"
5
5
Language =" 1033"
6
6
Codepage =" 1252"
7
- Version =" 4.1 .0" >
7
+ Version =" 4.2 .0" >
8
8
<!-- Language="1041" Codepage="932" for Japanese-->
9
9
<Package Id =" 000485BE-A31F-4D6B-B3D1-337589CEA03D"
10
10
Keywords =" Installer"
11
- Description =" RTCTree 4.1 installer"
11
+ Description =" RTCTree 4.2 installer"
12
12
Comments =" RTCTree is a product of the National Institute for Advanced Industrial Science and Technology, Japan"
13
13
Manufacturer =" AIST"
14
14
InstallerVersion =" 400"
44
44
</Directory >
45
45
</Directory >
46
46
</Directory >
47
- <Directory Id =" RTCTreeInfo" Name =" rtctree-4.1 .0.dist-info" >
47
+ <Directory Id =" RTCTreeInfo" Name =" rtctree-4.2 .0.dist-info" >
48
48
</Directory >
49
49
</Directory >
50
50
</Directory >
161
161
</DirectoryRef >
162
162
<DirectoryRef Id =" RTCTreeInfo" >
163
163
<Component Id =" RTCTreeInfo" Guid =" A03591BC-0FAA-4B71-979E-EA6A57A864B4" >
164
- <File Id =" RTCTreeDESCRIPTION.rst" Source =" C:\Python27\Lib\site-packages\rtctree-4.1 .0.dist-info\DESCRIPTION.rst" KeyPath =" yes" />
165
- <File Id =" RTCTreeMETADATA" Source =" C:\Python27\Lib\site-packages\rtctree-4.1 .0.dist-info\METADATA" />
166
- <File Id =" RTCTreemetadata.json" Source =" C:\Python27\Lib\site-packages\rtctree-4.1 .0.dist-info\metadata.json" />
167
- <File Id =" RTCTreeRECORD" Source =" C:\Python27\Lib\site-packages\rtctree-4.1 .0.dist-info\RECORD" />
168
- <File Id =" RTCTreetop_level.txt" Source =" C:\Python27\Lib\site-packages\rtctree-4.1 .0.dist-info\top_level.txt" />
169
- <File Id =" RTCTreeWHEEL" Source =" C:\Python27\Lib\site-packages\rtctree-4.1 .0.dist-info\WHEEL" />
164
+ <File Id =" RTCTreeDESCRIPTION.rst" Source =" C:\Python27\Lib\site-packages\rtctree-4.2 .0.dist-info\DESCRIPTION.rst" KeyPath =" yes" />
165
+ <File Id =" RTCTreeMETADATA" Source =" C:\Python27\Lib\site-packages\rtctree-4.2 .0.dist-info\METADATA" />
166
+ <File Id =" RTCTreemetadata.json" Source =" C:\Python27\Lib\site-packages\rtctree-4.2 .0.dist-info\metadata.json" />
167
+ <File Id =" RTCTreeRECORD" Source =" C:\Python27\Lib\site-packages\rtctree-4.2 .0.dist-info\RECORD" />
168
+ <File Id =" RTCTreetop_level.txt" Source =" C:\Python27\Lib\site-packages\rtctree-4.2 .0.dist-info\top_level.txt" />
169
+ <File Id =" RTCTreeWHEEL" Source =" C:\Python27\Lib\site-packages\rtctree-4.2 .0.dist-info\WHEEL" />
170
170
</Component >
171
171
</DirectoryRef >
172
172
</Module >
Original file line number Diff line number Diff line change 19
19
'''
20
20
21
21
22
- RTCTREE_VERSION = '4.1 .0'
22
+ RTCTREE_VERSION = '4.2 .0'
23
23
NAMESERVERS_ENV_VAR = 'RTCTREE_NAMESERVERS'
24
24
ORB_ARGS_ENV_VAR = 'RTCTREE_ORB_ARGS'
25
25
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ def get_outputs(self):
139
139
140
140
141
141
setuptools .setup (name = 'rtctree' ,
142
- version = '4.1 .0' ,
142
+ version = '4.2 .0' ,
143
143
description = 'API for interacting with running RT Components '
144
144
'and managing RTM-based systems.' ,
145
145
long_description = 'API for interacting with running RT '
You can’t perform that action at this time.
0 commit comments