Skip to content

Commit

Permalink
Bump version to 1.02.02
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudjon I. Gudjonsson committed Dec 27, 2020
1 parent 12d4a7a commit c327b51
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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.

2 changes: 1 addition & 1 deletion configure-old.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c327b51

Please sign in to comment.