Skip to content

Commit 44bf705

Browse files
committed
Update CHANGELOG.
1 parent 6c5147b commit 44bf705

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

5+
## [0.13.0] - 2020-05-04
6+
### Changed
7+
- Invalid POST requests to action resources now generate an error status.
8+
- Python 3.4 support dropped
9+
510
## [0.12.2] - 2020-03-27
611
### Added
712
- Support OPTIONS requests to allow for CORS.
@@ -40,7 +45,8 @@
4045
### Changed
4146
- Property, Action, and Event description now use `links` rather than `href`. - [Spec PR](https://github.com/mozilla-iot/wot/pull/119)
4247

43-
[Unreleased]: https://github.com/mozilla-iot/webthing-python/compare/v0.12.2...HEAD
48+
[Unreleased]: https://github.com/mozilla-iot/webthing-python/compare/v0.13.0...HEAD
49+
[0.13.0]: https://github.com/mozilla-iot/webthing-python/compare/v0.12.2...v0.13.0
4450
[0.12.2]: https://github.com/mozilla-iot/webthing-python/compare/v0.12.1...v0.12.2
4551
[0.12.1]: https://github.com/mozilla-iot/webthing-python/compare/v0.12.0...v0.12.1
4652
[0.12.0]: https://github.com/mozilla-iot/webthing-python/compare/v0.11.3...v0.12.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
setup(
3434
name='webthing',
35-
version='0.12.3',
35+
version='0.13.0',
3636
description='HTTP Web Thing implementation',
3737
long_description=long_description,
3838
url='https://github.com/mozilla-iot/webthing-python',

0 commit comments

Comments
 (0)