Skip to content

Commit 1eec03e

Browse files
committed
Add .dev0 to version
1 parent 4240002 commit 1eec03e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v1.x.x - 20xx-xx-xx
2+
===================
3+
4+
15
v1.5.0 - 2019-10-30
26
===================
37

src/paho/mqtt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.5.0"
1+
__version__ = "1.5.0.dev0"
22

33

44
class MQTTException(Exception):

0 commit comments

Comments
 (0)