Skip to content

Commit

Permalink
ready for release 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Feb 24, 2016
1 parent 655ba80 commit 790cd34
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 0.1.9
* Support xrandr 1.5.0
* New translations:
- Albanian
* Updated translations

Version 0.1.8
* Allow setting the primary output
* New translations:
Expand Down
10 changes: 5 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ Installation

* the `latest release`_::

wget http://christian.amsuess.com/tools/arandr/files/arandr-0.1.8.tar.gz
tar xzf arandr-0.1.8.tar.gz
cd arandr-0.1.8
wget http://christian.amsuess.com/tools/arandr/files/arandr-0.1.9.tar.gz
tar xzf arandr-0.1.9.tar.gz
cd arandr-0.1.9

* or get it directly from GIT (`hosted on alioth`_)::

Expand Down Expand Up @@ -147,7 +147,7 @@ If you want to support the project via flattr, you can `flattr this`_.
About
-----

Copyright © chrysn_ <chrysn@fsfe.org> 2008–2015, Себастьян Gli ţa Κατινα 2011, Johannes Holmberg <johannes@update.uu.se> 2015 published under GPLv3_ or any later version.
Copyright © chrysn_ <chrysn@fsfe.org> 2008–2016, Себастьян Gli ţa Κατινα 2011, Johannes Holmberg <johannes@update.uu.se> 2015 published under GPLv3_ or any later version.

Inspired by the `dual head sketch`_ in the ThinkWiki_.

Expand Down Expand Up @@ -189,7 +189,7 @@ Translations by

.. _XRandR: http://www.x.org/wiki/Projects/XRandR
.. _xsetwacom: http://linuxwacom.sourceforge.net/index.php/howto/xsetwacom
.. _`latest release`: http://christian.amsuess.com/tools/arandr/files/arandr-0.1.8.tar.gz
.. _`latest release`: http://christian.amsuess.com/tools/arandr/files/arandr-0.1.9.tar.gz
.. _archlinux: http://www.archlinux.org/packages/community/any/arandr/
.. _chrysn: http://christian.amsuess.com
.. _GPLv3: http://www.gnu.org/licenses/gpl-3.0.txt
Expand Down
4 changes: 2 additions & 2 deletions screenlayout/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
import gettext
gettext.install('arandr')

__version__ = '0.1.8'
__version__ = '0.1.9'
PROGRAMNAME = _(u'ARandR Screen Layout Editor')
## translators, please translate in the style of "Another XRandR GUI
## (ein weiteres GUI für XRandR)" so users get both the explanation of
## the acronym and a localized version.
PROGRAMDESCRIPTION = _(u'Another XRandR GUI')
COPYRIGHT = u'© chrysn 2008 – 2015, Себастьян Gli ţa Κατινα 2011, Johannes Holmberg 2015'
COPYRIGHT = u'© chrysn 2008 – 2016, Себастьян Gli ţa Κατινα 2011, Johannes Holmberg 2015'

# other names of contributors found in the git history. mailmap (see
# git-shortlog(1)) won't cut it, because some contributors don't have any email
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
POT_FILE = os.path.join(PO_DIR, 'messages.pot')

PACKAGENAME = "arandr"
PACKAGEVERSION = "0.1.8"
PACKAGEVERSION = "0.1.9"
AUTHOR = "chrysn"
AUTHOR_MAIL = "chrysn@fsfe.org"
URL = "http://christian.amsuess.com/tools/arandr/"
Expand Down

0 comments on commit 790cd34

Please sign in to comment.