diff --git a/changelog b/changelog index ce65fe5..2bcfcca 100644 --- a/changelog +++ b/changelog @@ -32,3 +32,7 @@ Version 1.02.00 Version 1.02.01 - Fix compilation with sip5 - Minor bugfixes in examples + +Version 1.02.02 +- sip-tool compilation added. Thanks to Dmitry Shachnev. + diff --git a/configure-old.py b/configure-old.py index 8e6223f..4f49cf1 100755 --- a/configure-old.py +++ b/configure-old.py @@ -60,7 +60,7 @@ class ModuleConfiguration(object): # The version of the module as a string. Set it to None if you don't # provide version information. - version = "1.02.01" + version = "1.02.02" # The name of the PEP 376 .dist-info directory to be created. distinfo_name = 'Qwt' diff --git a/configure.py b/configure.py index cd53a01..24fde81 100755 --- a/configure.py +++ b/configure.py @@ -55,7 +55,7 @@ class ModuleConfiguration(object): # The version of the module as a string. Set it to None if you don't # provide version information. - version = '1.02.01' + version = '1.02.02' # The name of the PEP 376 .dist-info directory to be created. distinfo_name = 'Qwt' diff --git a/pyproject.toml b/pyproject.toml index 75f29e4..3bbcb16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "sipbuild.api" [tool.sip.metadata] name = "PyQt-Qwt" -version = "1.02.01" +version = "1.02.02" summary = "Python wrapper for Qwt6" description-file = "README.md" description-content-type = "text/markdown"