We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc6e84 commit ef4d3a1Copy full SHA for ef4d3a1
CHANGELOG.md
@@ -5,7 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5
6
## [Unreleased]
7
8
-- Nothing yet.
+- Nothing yet
9
+
10
+## [1.8.1]
11
12
+- Add options to UdpClient to force the use of IPv4 when IPv6 is available and vice versa
13
14
+- Add support for arguments with Nil type
15
16
### [1.8.0]
17
setup.py
@@ -13,7 +13,7 @@
setup(
name='python-osc',
- version='1.8.0',
+ version='1.8.1',
author='attwad',
18
author_email='tmusoft@gmail.com',
19
description=(
0 commit comments