Skip to content

Commit 2be6fbf

Browse files
committed
0.39.5
1 parent 755ceae commit 2be6fbf

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
# 0.39.5
6+
7+
- This is a stub version to initialize python-semantic-release
8+
9+
This version will not be published
10+
511
# 0.39.4
612

713
- Fix IP changes being missed by ServiceInfo (\#1102) @bdraco

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-zeroconf"
3-
version = "0.39.4"
3+
version = "0.39.5"
44
description = "A pure python implementation of multicast DNS service discovery"
55
authors = ["Paul Scott-Murphy", "William McBrine", "Jakub Stasiak", "J. Nick Koston"]
66
license = "LGPL"

src/zeroconf/__init__.py

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

8585
__author__ = 'Paul Scott-Murphy, William McBrine'
8686
__maintainer__ = 'Jakub Stasiak <jakub@stasiak.at>'
87-
__version__ = '0.39.4'
87+
__version__ = '0.39.5'
8888
__license__ = 'LGPL'
8989

9090

0 commit comments

Comments
 (0)