File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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.
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
Original file line number Diff line number Diff line change 3232
3333setup (
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' ,
You can’t perform that action at this time.
0 commit comments