Skip to content

Commit

Permalink
Prepare 0.10.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Mar 4, 2016
1 parent 51c43a6 commit d2310a6
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 9 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG
@@ -1,7 +1,20 @@
qtile x.x.x, released xxxx-xx-xx:
qtile 0.10.5, released xxxx-xx-xx:
!!! Python 3.2 support dropped !!!
!!! GoogleCalendar widget dropped for KhalCalendar widget !!!
!!! qtile-session script removed in favor of qtile script !!!
* features
- new Columns layout, composed of dynamic and configurable columns of
windows
- new iPython kernel for qsh, called iqsh, see docs for installing
- new qsh command `display_kb` to show current key binding
- add json interface to IPC server
- add commands for resizing MonadTall main panel
- wlan widget shows when you are disconnected and uses a configurable
format
* bugfixes
- fix path handling in PromptWidget
- fix KeyboardLayout widget cycling keyboard
- properly guard against setting screen to too large screen index

qtile 0.10.4, released 2016-01-19:
!!! Config breakage !!!
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -28,7 +28,7 @@ Features
Current Release
===============

The current stable version of qtile is 0.10.4, released 2016-01-19. See the
The current stable version of qtile is 0.10.5, released 2016-02-xx. See the
`documentation <http://docs.qtile.org/en/latest/manual/install/index.html>`_
for installation instructions.

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -90,14 +90,14 @@ def __dir__(self):

# General information about the project.
project = u'Qtile'
copyright = u'2008-2015, Aldo Cortesi and contributers'
copyright = u'2008-2016, Aldo Cortesi and contributers'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.10.4'
version = '0.10.5'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
4 changes: 2 additions & 2 deletions resources/qsh.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "QSH" "1" "January 19, 2016" "0.10.4" "Qtile"
.TH "QSH" "1" "Febuary xx, 2016" "0.10.5" "Qtile"
.SH NAME
qsh \- Qtile Documentation
.
Expand Down Expand Up @@ -56,6 +56,6 @@ Bugs can be reported to the issue tracker at \fI\%http://github.com/qtile/qtile\
.SH AUTHOR
Tycho Andersen
.SH COPYRIGHT
2008-2015, Aldo Cortesi and contributers
2008-2016, Aldo Cortesi and contributers
.\" Generated by docutils manpage writer.
.
4 changes: 2 additions & 2 deletions resources/qtile.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "QTILE" "1" "January 19, 2016" "0.10.4" "Qtile"
.TH "QTILE" "1" "Febuary xx, 2016" "0.10.5" "Qtile"
.SH NAME
qtile \- Qtile Documentation
.
Expand Down Expand Up @@ -79,6 +79,6 @@ Bugs can be reported to the issue tracker at \fI\%http://github.com/qtile/qtile\
.SH AUTHOR
Tycho Andersen
.SH COPYRIGHT
2008-2015, Aldo Cortesi and contributers
2008-2016, Aldo Cortesi and contributers
.\" Generated by docutils manpage writer.
.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -107,7 +107,7 @@ def finalize_options(self):

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

0 comments on commit d2310a6

Please sign in to comment.