Finish release 1.5

This commit is contained in:
ColinDuquesnoy 2014-02-20 11:07:53 +01:00
parent 26fffe6141
commit 5b862e6e4c
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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',