diff --git a/CHANGELOG.md b/CHANGELOG.md index f37501a..8441a6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ This file will only list released and supported versions, usually skipping over Unreleased ========== +4.0.1 +===== + +* Changes "Show Comments" entry to a radio menu item + 4.0.0 ===== diff --git a/setup.py b/setup.py index ed461ff..c3c7cfb 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import find_packages requirements = ['requests'] setup(name='hackertray', - version='4.0.0', + version='4.0.1', description='Hacker News app that sits in your System Tray', long_description='HackerTray is a simple Hacker News Linux application that lets you view top HN stories in your System Tray. It supports appindicator and falls back to Gtk StatusIcon otherwise.', keywords='hacker news hn tray system tray icon hackertray',