Skip to content

Commit ef4d3a1

Browse files
committed
bump version to 1.8.1 for release
1 parent fcc6e84 commit ef4d3a1

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
@@ -5,7 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
55

66
## [Unreleased]
77

8-
- Nothing yet.
8+
- 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
915

1016
### [1.8.0]
1117

setup.py

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

1414
setup(
1515
name='python-osc',
16-
version='1.8.0',
16+
version='1.8.1',
1717
author='attwad',
1818
author_email='tmusoft@gmail.com',
1919
description=(

0 commit comments

Comments
 (0)