From a4ba4eb16c6fc346e751557dc6b19f82fbc1d7e4 Mon Sep 17 00:00:00 2001 From: Peter Hutterer <peter.hutterer@who-t.net> Date: Mon, 30 May 2022 09:49:44 +1000 Subject: [PATCH] Bump to version 0.11 Due to some branch mixup, the 0.10 tag points at a commit not actually on the master branch in the gitlab setup. Let's fix this by just bumping the version again so we agree on where we're at. --- doc/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 701090c..456d62a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -56,7 +56,7 @@ copyright = u'2016-2022, Red Hat Inc. ' # built documents. # # The short X.Y version. -version = '0.10' +version = '0.11' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index bdc9313..9aad0b4 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ https://python-libevdev.readthedocs.io/en/latest/ # When bumping the version, also bump it doc/source/conf.py setup(name='libevdev', - version='0.10', + version='0.11', description='Python wrapper for libevdev', long_description=long_description, author='Peter Hutterer', -- GitLab