Skip to content

Commit

Permalink
Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anaynayak committed Dec 14, 2017
1 parent ef08d23 commit 095eb22
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## [1.0.1] - 2017-12-09
## [1.0.3] - 2017-12-14

### Fixed
- Fixed bug with url scheme detection.

## [1.0.2] - 2017-12-13

### Fixed
- Fixed blocker bug with .desktop file leading to installation failure
Expand Down
2 changes: 1 addition & 1 deletion buildnotifylib/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.0.2"
VERSION = "1.0.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 095eb22

Please sign in to comment.