Skip to content

Commit

Permalink
1.1c2 release: Fixed typo in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsufeki committed Aug 19, 2013
1 parent 568e6c8 commit 7680eb9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
Qygmy Qygmy
===== =====


Qygmy is a simple MPD client written is Python 3 and Qt/PySide. Qygmy's most Qygmy is a simple MPD client written in Python 3 and Qt/PySide. Qygmy's most
remarkable feature is its powerful template engine, allowing highly remarkable feature is its powerful template engine, allowing highly
customizable display. customizable display.


Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
qygmy (1.1~c2-1) unstable; urgency=low

* New release.

-- tsufeki <tsufeki@ymail.com> Mon, 19 Aug 2013 18:22:48 +0200

qygmy (1.1~c1-1) unstable; urgency=low qygmy (1.1~c1-1) unstable; urgency=low


* New release. * New release.
Expand Down
2 changes: 1 addition & 1 deletion qygmy/__version__.py
Expand Up @@ -3,7 +3,7 @@
import datetime import datetime
import subprocess import subprocess


version_info = (1, 1, 0, 'rc', 1) version_info = (1, 1, 0, 'rc', 2)


def _get_version(): def _get_version():
v = '%s.%s' % version_info[:2] v = '%s.%s' % version_info[:2]
Expand Down

0 comments on commit 7680eb9

Please sign in to comment.