Skip to content

Commit 1720a53

Browse files
authored
Merge pull request #121 from openxc/1.1.0
1.1.0 release update
2 parents e92d79a + eecef8c commit 1720a53

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
OpenXC Python Library Changelog
22
===============================
33

4+
v1.1.0
5+
----------
6+
* Feature: Generate firmware now checks for duplicate entries in json and for improperly used keys and unrecognised attributes.
7+
* Feature: openxc-dashboad has been updated from a command line tool to a web server and webpage.
8+
* Fix: Requiring windows curses on non windows system
9+
* Fix: Various Python 3 bugs
10+
411
v1.0.0
512
----------
613
* Remove python 2.7 support

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ OpenXC for Python
44

55
.. image:: https://github.com/openxc/openxc-python/raw/master/docs/_static/logo.png
66

7-
:Version: 1.0.0
7+
:Version: 1.1.0
88
:Web: http://openxcplatform.com
99
:Download: http://pypi.python.org/pypi/openxc/
1010
:Documentation: http://python.openxcplatform.com

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
OpenXC for Python
33
===================
44

5-
.. image:: /_static/logo.png
5+
.. image:: https://github.com/openxc/openxc-python/raw/master/docs/_static/logo.png
66

7-
:Version: 1.0.0
7+
:Version: 1.1.0
88
:Web: http://openxcplatform.com
99
:Download: http://pypi.python.org/pypi/openxc/
1010
:Documentation: http://python.openxcplatform.com

openxc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
which in turn needs access to this version information.)
77
"""
88

9-
VERSION = (1, 0, 1)
9+
VERSION = (1, 1, 0)
1010

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

0 commit comments

Comments
 (0)