Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anaynayak committed Dec 13, 2017
1 parent 8b7a681 commit bba3de4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- checkout
- run:
command: |
apt-get update
apt-get -qq update
apt-get install -y -qq python-pyqt5 python-keyring xvfb curl git
curl -s https://bootstrap.pypa.io/get-pip.py | python
pip install tox
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## [1.0.1] - 2017-12-09

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


## [1.0.1] - 2017-12-09

### Fixed
- Fixed bug with missing icon
- App crash on network connectivity issue
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.1"
VERSION = "1.0.2"
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.1",
version="1.0.2",
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 bba3de4

Please sign in to comment.