Do a minor 4.0.1 release

This commit is contained in:
Nemo 2020-06-15 01:35:07 +05:30
parent 74d26ccffa
commit 0a48248739
2 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,11 @@ This file will only list released and supported versions, usually skipping over
Unreleased Unreleased
========== ==========
4.0.1
=====
* Changes "Show Comments" entry to a radio menu item
4.0.0 4.0.0
===== =====

View File

@ -6,7 +6,7 @@ from setuptools import find_packages
requirements = ['requests'] requirements = ['requests']
setup(name='hackertray', setup(name='hackertray',
version='4.0.0', version='4.0.1',
description='Hacker News app that sits in your System Tray', 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.', 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', keywords='hacker news hn tray system tray icon hackertray',