Skip to content

Commit

Permalink
Release 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sde1000 committed Jan 11, 2023
1 parent 01c4935 commit eef6801
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,16 @@ False
>>> state.led_name_is_active("Caps Lock")
True

.. _libxkbcommon: http://xkbcommon.org/
Version numbering
-----------------

From release 0.5 onwards, the version numbering of this package will
relate to releases of libxkbcommon_ as follows:

If the Python package version is major.minor[.patch] then it requires
at least release major.minor.0 of libxkbcommon to build and run, and
should work with any subsequent release. The patch version of the
Python package is unrelated to the patch version of libxkbcommon.

.. _libxkbcommon: https://xkbcommon.org/
.. _cffi: https://pypi.python.org/pypi/cffi
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = xkbcommon
version = 0.5
version = 0.8
description = Bindings for libxkbcommon using cffi
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit eef6801

Please sign in to comment.