From 5b862e6e4caeed72a1187520010cbf5e014f5d8b Mon Sep 17 00:00:00 2001 From: ColinDuquesnoy Date: Thu, 20 Feb 2014 11:07:53 +0100 Subject: [PATCH] Finish release 1.5 --- README.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 081a44e69..fa5b52616 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,9 @@ What still needs to be done: Changelog =========== ``` +* 1.5: + - improve QTabBar style: now works with all tab bar positions (North, South, West and East) + - fix bug #6: hide QTabBar base to avoid stange lines at the base of the tab bar. * 1.4: Add style.qss to qrc file, this fix issues with cx_freeze * 1.3: - remove outline on button, checkbox and radio button diff --git a/setup.py b/setup.py index 32fa01c53..792fb28a6 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ from setuptools import setup, find_packages setup( name='QDarkStyle', - version='1.4', + version='1.5', packages=find_packages(), package_data={'qdarkstyle': ["*.qss", "*.qrc", "rc/*.png"]}, url='https://github.com/ColinDuquesnoy/QDarkStyleSheet',