Skip to content

Commit

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


### 0.4.1
(2020-12-07)

- SSDPy no longer requires the `mock` package, other than for testing. The package now only relies on builtin libraries.
- Fixed an issue with custom fields being encoded to bytes instead of being passed as strings.

### 0.4.0
(2020-12-06)

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.4.0"
VERSION = "0.4.1"

0 comments on commit 9f67a5f

Please sign in to comment.