Skip to content

Commit

Permalink
Bump version to 1.12 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDuquesnoy committed Sep 11, 2014
1 parent 0966b8a commit 16ad505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
QDarkStylesheet
==================

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/ColinDuquesnoy/qdarkstylesheet/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
[![Build Status](https://travis-ci.org/ColinDuquesnoy/QDarkStyleSheet.png?branch=master)](https://travis-ci.org/ColinDuquesnoy/QDarkStyleSheet)
[![Number of PyPI downloads](https://pypip.in/d/QDarkStyle/badge.png)](https://pypi.python.org/pypi/QDarkStyle)
[![Latest PyPI version](https://pypip.in/v/QDarkStyle/badge.png)](https://pypi.python.org/pypi/QDarkStyle)
Expand Down Expand Up @@ -116,6 +115,7 @@ request.
Changelog
===========
```
* 1.12: fix minimum size of input widgets (see issue #14)
* 1.11:
- Fix QDockWidget title position on Mac.
- Add QStatusBar support
Expand Down
2 changes: 1 addition & 1 deletion qdarkstyle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import platform


__version__ = "1.11"
__version__ = "1.12"


def _logger():
Expand Down

0 comments on commit 16ad505

Please sign in to comment.