We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7bb41 commit ed95d33Copy full SHA for ed95d33
2 files changed
CHANGELOG.rst
@@ -1,6 +1,9 @@
1
OpenXC Python Library Changelog
2
===============================
3
4
+v0.15.0-dev
5
+----------
6
+
7
v0.15.0
8
----------
9
README.rst
@@ -4,7 +4,7 @@ OpenXC for Python
.. image:: /docs/_static/logo.png
-:Version: 0.15.0
+:Version: 0.15.0-dev
:Web: http://openxcplatform.com
:Download: http://pypi.python.org/pypi/openxc/
10
:Documentation: http://python.openxcplatform.com
@@ -32,7 +32,11 @@ manipulating previously recorded vehicle data.
32
33
To package run "setup.py sdist bdist_wheel"
34
to push to pypi run "python -m twine upload dist/*"
35
-
+Version files:
36
+ CHANGELOG.rst
37
+ README.rst
38
+ openxc/version.py
39
+ docs/index.rst
40
41
License
42
=======
0 commit comments