summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2012-11-05 23:50:15 +0000
committerThomas Kluyver <takowl@gmail.com>2012-11-05 23:50:15 +0000
commit0b35540ee23fec6357e8fa04abf2bee22e2370e6 (patch)
tree5d4dd6bb09c64ac1754760dc617398b59b2c6ce4
parent709455895e978eafae595b08d6fe3afdcf38fb83 (diff)
Release 0.24rel-0.24
-rw-r--r--setup.py2
-rw-r--r--xdg/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 2f361f7..b3896af 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup( name = "pyxdg",
- version = "0.23",
+ version = "0.24",
description = "PyXDG contains implementations of freedesktop.org standards in python.",
maintainer = "Freedesktop.org",
maintainer_email = "xdg@lists.freedesktop.org",
diff --git a/xdg/__init__.py b/xdg/__init__.py
index 6d38ecd..55aa0a7 100644
--- a/xdg/__init__.py
+++ b/xdg/__init__.py
@@ -1,3 +1,3 @@
__all__ = [ "BaseDirectory", "DesktopEntry", "Menu", "Exceptions", "IniFile", "IconTheme", "Locale", "Config", "Mime", "RecentFiles", "MenuEditor" ]
-__version__ = "0.23"
+__version__ = "0.24"