Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anaynayak committed Dec 10, 2017
1 parent 48ba901 commit 9cde299
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1] - 2017-12-09

### Fixed
- Fixed bug with missing icon
- App crash on network connectivity issue


## [1.0.0] - 2017-08-17

### Added
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.0"
VERSION = "1.0.1"
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.0",
version="1.0.1",
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 9cde299

Please sign in to comment.