Skip to content

Commit

Permalink
Release v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Dec 25, 2015
1 parent ba3647d commit dbae6a2
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
qtile x.x.x, released xxxx-xx-xx:
qtile 0.10.3, released 2015-12-25:
* features
- add wmii layout
- add BSD support to graph widgets
* bugfixes
- fix fullscreen problems
- fix (some) fullscreen problems
- update google calendar widget to latest google api
- improve multiple keyboard layout support
- fix displaying Systray widget on secondary monitor
- fix spawn file descriptor handling in Python 3
- remove duplicate assert code in test_verticaltile.py
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Features
Current Release
===============

The current stable version of qtile is 0.10.2, released 2015-10-18. See the
The current stable version of qtile is 0.10.3, released 2015-12-25. See the
`documentation <http://docs.qtile.org/en/latest/manual/install/index.html>`_
for installation instructions.

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __dir__(self):
# built documents.
#
# The short X.Y version.
version = '0.10.2'
version = '0.10.3'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
#
# pip-compile requirements.in
#
--index-url https://pypi.python.org/simple

cairocffi==0.7.2
cffi==1.2.1
cffi==1.4.2
pycparser==2.14 # via cffi
six==1.10.0
xcffib==0.3.6
xcffib==0.4.0
2 changes: 1 addition & 1 deletion resources/qsh.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "QSH" "1" "October 18, 2015" "0.10.2" "Qtile"
.TH "QSH" "1" "December 25, 2015" "0.10.3" "Qtile"
.SH NAME
qsh \- Qtile Documentation
.
Expand Down
2 changes: 1 addition & 1 deletion resources/qtile.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "QTILE" "1" "October 18, 2015" "0.10.2" "Qtile"
.TH "QTILE" "1" "December 25, 2015" "0.10.3" "Qtile"
.SH NAME
qtile \- Qtile Documentation
.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def finalize_options(self):

setup(
name="qtile",
version="0.10.2",
version="0.10.3",
description="A pure-Python tiling window manager.",
long_description=long_description,
classifiers=[
Expand Down

0 comments on commit dbae6a2

Please sign in to comment.