We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef08d23 commit 095eb22Copy full SHA for 095eb22
CHANGELOG
@@ -1,4 +1,9 @@
1
-## [1.0.1] - 2017-12-09
+## [1.0.3] - 2017-12-14
2
+
3
+### Fixed
4
+- Fixed bug with url scheme detection.
5
6
+## [1.0.2] - 2017-12-13
7
8
### Fixed
9
- Fixed blocker bug with .desktop file leading to installation failure
buildnotifylib/version.py
@@ -1 +1 @@
-VERSION = "1.0.2"
+VERSION = "1.0.3"
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(name='BuildNotify',
- version="1.0.2",
+ version="1.0.3",
description='Cruise Control build monitor for Windows/Linux/Mac',
keywords='cctray ccmenu buildnotify ubuntu linux cruisecontrol continuous integration ci',
author='Anay Nayak',
0 commit comments