diff -Nru keyman-config-14.0.284/debian/changelog keyman-config-14.0.287/debian/changelog --- keyman-config-14.0.284/debian/changelog 2022-01-19 11:50:32.000000000 +0000 +++ keyman-config-14.0.287/debian/changelog 2022-03-11 11:32:34.000000000 +0000 @@ -1,3 +1,10 @@ +keyman-config (14.0.287-1) unstable; urgency=medium + + * New upstream release + * Re-release to Debian + + -- Eberhard Beilharz Fri, 11 Mar 2022 12:32:34 +0100 + keyman-config (14.0.284-3) unstable; urgency=medium * Team upload diff -Nru keyman-config-14.0.284/keyman_config/version.py keyman-config-14.0.287/keyman_config/version.py --- keyman-config-14.0.284/keyman_config/version.py 2022-01-11 19:56:31.000000000 +0000 +++ keyman-config-14.0.287/keyman_config/version.py 2022-03-04 04:20:45.000000000 +0000 @@ -4,8 +4,8 @@ # 1) we don't load dependencies by storing it in __init__.py # 2) we can import it in setup.py for the same reason # 3) we can import it into your module module -__version__ = "14.0.284" -__versionwithtag__ = "14.0.284" +__version__ = "14.0.287" +__versionwithtag__ = "14.0.287" __majorversion__ = "14" __releaseversion__ = "14.0" __tier__ = "stable"