diff --git a/.circleci/config.yml b/.circleci/config.yml index 4d3ad28..e59be95 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/CHANGELOG b/CHANGELOG index ea61e7e..7ebaef8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/buildnotifylib/version.py b/buildnotifylib/version.py index 50b5ea9..2be0457 100644 --- a/buildnotifylib/version.py +++ b/buildnotifylib/version.py @@ -1 +1 @@ -VERSION = "1.0.1" +VERSION = "1.0.2" diff --git a/setup.py b/setup.py index e21fef7..06165e1 100644 --- a/setup.py +++ b/setup.py @@ -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',