Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoshiBin committed Dec 6, 2020
1 parent 3b93bf3 commit 9f89c61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### Latest changes (not in a release)


### 0.4.0
(2020-12-06)

- Fixed an issue where NOTIFY messages were not conforming to UPnP (thanks @hotab)
- Fixed an issue where `ssdpy.client.discover()` was using wrong syntax.
- Changed the exception raised by `ssdpy.compat.if_nametoindex()` to be the same as in Python 3 (OSError).
Expand Down
2 changes: 1 addition & 1 deletion ssdpy/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import, division, print_function, unicode_literals

VERSION = "0.3.0"
VERSION = "0.4.0"

0 comments on commit 9f89c61

Please sign in to comment.