Skip to content

Commit

Permalink
Update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstegeman committed May 4, 2020
1 parent 6c5147b commit 44bf705
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

## [0.13.0] - 2020-05-04
### Changed
- Invalid POST requests to action resources now generate an error status.
- Python 3.4 support dropped

## [0.12.2] - 2020-03-27
### Added
- Support OPTIONS requests to allow for CORS.
Expand Down Expand Up @@ -40,7 +45,8 @@
### Changed
- Property, Action, and Event description now use `links` rather than `href`. - [Spec PR](https://github.com/mozilla-iot/wot/pull/119)

[Unreleased]: https://github.com/mozilla-iot/webthing-python/compare/v0.12.2...HEAD
[Unreleased]: https://github.com/mozilla-iot/webthing-python/compare/v0.13.0...HEAD
[0.13.0]: https://github.com/mozilla-iot/webthing-python/compare/v0.12.2...v0.13.0
[0.12.2]: https://github.com/mozilla-iot/webthing-python/compare/v0.12.1...v0.12.2
[0.12.1]: https://github.com/mozilla-iot/webthing-python/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/mozilla-iot/webthing-python/compare/v0.11.3...v0.12.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

setup(
name='webthing',
version='0.12.3',
version='0.13.0',
description='HTTP Web Thing implementation',
long_description=long_description,
url='https://github.com/mozilla-iot/webthing-python',
Expand Down

0 comments on commit 44bf705

Please sign in to comment.