Skip to content

Commit 095eb22

Browse files
committed
Bump version to 1.0.3
1 parent ef08d23 commit 095eb22

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## [1.0.1] - 2017-12-09
1+
## [1.0.3] - 2017-12-14
2+
3+
### Fixed
4+
- Fixed bug with url scheme detection.
5+
6+
## [1.0.2] - 2017-12-13
27

38
### Fixed
49
- Fixed blocker bug with .desktop file leading to installation failure

buildnotifylib/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.0.2"
1+
VERSION = "1.0.3"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
setup(name='BuildNotify',
6-
version="1.0.2",
6+
version="1.0.3",
77
description='Cruise Control build monitor for Windows/Linux/Mac',
88
keywords='cctray ccmenu buildnotify ubuntu linux cruisecontrol continuous integration ci',
99
author='Anay Nayak',

0 commit comments

Comments
 (0)