summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2022-06-05 12:34:18 +0100
committerThomas Kluyver <thomas@kluyver.me.uk>2022-06-05 12:34:18 +0100
commit1d23e483ae869ee9532aca43b133cc43f63626a3 (patch)
tree711c4486bf0f82e7421f900491f1717c318209c7
parentcb12236a563afffad7e0dae1100d786ff5a4bcc9 (diff)
Version number -> 0.28HEADrel-0.28master
-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 afccf1f..03bcbf2 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup( name = "pyxdg",
- version = "0.27",
+ version = "0.28",
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 725eb50..a417f61 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.27"
+__version__ = "0.28"