summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2018-02-02 17:35:48 +0000
committerThomas Kluyver <thomas@kluyver.me.uk>2018-02-02 17:35:48 +0000
commitcadd68bbf768d1cc853b365d0137c6038c03bc19 (patch)
tree4c410d4178022c29ef2d81c807f3049b99df226e
parentaa98604baeff284bdaed4479c7fb0c865f289545 (diff)
Version number -> 0.26
-rwxr-xr-xsetup.py2
-rw-r--r--xdg/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 8ff5d79..d879206 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup( name = "pyxdg",
- version = "0.25",
+ version = "0.26",
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 2bddf00..b5a117e 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.25"
+__version__ = "0.26"