Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed May 9, 2017
1 parent a5d9265 commit 328a812
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,17 @@ Possible log types:
- `[fix]` for any bug fixes.
- `[sec]` to invite users to upgrade in case of vulnerabilities.

### v0.5.0 UNRELEASED
### v0.9.0 (2017-05-09)

- [add] Support for i2c (#20)
This version can be considered the release candidate for the 1.0 release.

- [add] Support for i2c port expanders (#20)
- [add] Implement proper automatic encoding of unicode strings,
add encoding tables for A00 and A02 character maps (#40)
- [add] Implement convenience functions for CR/LF (#45)
- [add] Add documentation (#37)
- [dep] Deprecate context managers (#18)
- [rem] Drop support for Python 3.2

### v0.4.0 (2016-09-12)

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '0.4'
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.4.0'
release = '0.9.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
readme = open('README.rst').read()

setup(name='RPLCD',
version='0.4.0',
version='0.9.0',
description='A Raspberry Pi LCD library for the widely used Hitachi HD44780 controller.',
long_description=readme,
author='Danilo Bargen',
Expand Down

0 comments on commit 328a812

Please sign in to comment.