File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11OpenXC Python Library Changelog
22===============================
33
4+ v0.13.0-dev
5+ -------
6+
47v0.12.0
58-----------
69
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ OpenXC for Python
44
55.. image :: /docs/_static/logo.png
66
7- :Version: 0.12.0
7+ :Version: 0.13.0-dev
88:Web: http://openxcplatform.com
99:Download: http://pypi.python.org/pypi/openxc/
1010:Documentation: http://python.openxcplatform.com
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ OpenXC for Python
44
55.. image :: /_static/logo.png
66
7- :Version: 0.12 .0
7+ :Version: 0.13 .0
88:Web: http://openxcplatform.com
99:Download: http://pypi.python.org/pypi/openxc/
1010:Documentation: http://python.openxcplatform.com
Original file line number Diff line number Diff line change 66which in turn needs access to this version information.)
77"""
88
9- VERSION = (0 , 12 , 0 )
9+ VERSION = (0 , 13 , 0 )
1010
1111__version__ = '.' .join (map (str , VERSION ))
1212
You can’t perform that action at this time.
0 commit comments