Skip to content

Commit

Permalink
Merge pull request #112 from openxc/next
Browse files Browse the repository at this point in the history
Update for version 0.15.0
  • Loading branch information
pjt0620 authored Aug 14, 2019
2 parents 05f7bca + 8daad03 commit e810183
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
OpenXC Python Library Changelog
===============================

v0.15.0
----------

* Fix: Install curses on windows
* Fix: Multiple dependencies updated due to vulnerabilities

v0.14.0
----------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OpenXC for Python

.. image:: /docs/_static/logo.png

:Version: 0.14.0
:Version: 0.15.0
:Web: http://openxcplatform.com
:Download: http://pypi.python.org/pypi/openxc/
:Documentation: http://python.openxcplatform.com
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OpenXC for Python

.. image:: /_static/logo.png

:Version: 0.14.0
:Version: 0.15.0
:Web: http://openxcplatform.com
:Download: http://pypi.python.org/pypi/openxc/
:Documentation: http://python.openxcplatform.com
Expand Down
2 changes: 1 addition & 1 deletion openxc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
which in turn needs access to this version information.)
"""

VERSION = (0, 14, 0)
VERSION = (0, 15, 0)

__version__ = '.'.join(map(str, VERSION))

Expand Down

0 comments on commit e810183

Please sign in to comment.