File tree Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.100.0 (2020-07-20)
2
+
3
+ ### Feat
4
+
5
+ - ** ToolTip** : add show_text method
6
+ - ** GuiApplication** : add set_override_cursor / restore_override_cursor methods
7
+ - ** GuiApplication** : add override_cursor context manager
8
+
1
9
## v0.99.0 (2020-07-18)
2
10
3
11
### Refactor
Original file line number Diff line number Diff line change
1
+ ## v0.100.0 (2020-07-20)
2
+
3
+ ### Feat
4
+
5
+ - ** ToolTip** : add show_text method
6
+ - ** GuiApplication** : add set_override_cursor / restore_override_cursor methods
7
+ - ** GuiApplication** : add override_cursor context manager
8
+
1
9
## v0.99.0 (2020-07-18)
2
10
3
11
### Refactor
Original file line number Diff line number Diff line change 4
4
5
5
__author__ = """Philipp Temminghoff"""
6
6
__email__ = "phil65@kodi.tv"
7
- __version__ = "0.99 .0"
7
+ __version__ = "0.100 .0"
8
8
9
9
10
10
__all__ = [
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " PrettyQt"
3
- version = " 0.99 .0"
3
+ version = " 0.100 .0"
4
4
description = " A pythonic layer on top of qtpy"
5
5
readme = ' docs/index.md'
6
6
repository = " https://github.com/phil65/prettyqt"
@@ -124,7 +124,7 @@ exclude = '''
124
124
'''
125
125
[tool .commitizen ]
126
126
name = " cz_conventional_commits"
127
- version = " 0.99 .0"
127
+ version = " 0.100 .0"
128
128
tag_format = " v$version"
129
129
version_files = [
130
130
" prettyqt/__init__.py:__version__" ,
Original file line number Diff line number Diff line change 40
40
packages = find_packages (),
41
41
test_suite = "tests" ,
42
42
url = "https://github.com/phil65/prettyqt" ,
43
- version = "0.99 .0" ,
43
+ version = "0.100 .0" ,
44
44
zip_safe = False ,
45
45
)
You can’t perform that action at this time.
0 commit comments