Skip to content

Commit 150e798

Browse files
committed
Release 1.2.2
1 parent 09fc3e7 commit 150e798

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# History of changes
22

3+
## Version 1.2.2 (2022-12-27)
4+
5+
### Issues Closed
6+
7+
* [Issue 226](https://github.com/spyder-ide/qtawesome/issues/226) - Release QtAwesome 1.2.2
8+
* [Issue 223](https://github.com/spyder-ide/qtawesome/issues/223) - Memory leak when using spin animation class on PyQt bindings ([PR 224](https://github.com/spyder-ide/qtawesome/pull/224) by [@dalthviz](https://github.com/dalthviz))
9+
* [Issue 213](https://github.com/spyder-ide/qtawesome/issues/213) - Add a contributing guide ([PR 218](https://github.com/spyder-ide/qtawesome/pull/218) by [@dalthviz](https://github.com/dalthviz))
10+
11+
In this release 3 issues were closed.
12+
13+
### Pull Requests Merged
14+
15+
* [PR 224](https://github.com/spyder-ide/qtawesome/pull/224) - PR: Use currentThreadId to identify thread for PyQt bindings, by [@dalthviz](https://github.com/dalthviz) ([223](https://github.com/spyder-ide/qtawesome/issues/223))
16+
* [PR 218](https://github.com/spyder-ide/qtawesome/pull/218) - PR: Add contributing guide and fix macOS tests, by [@dalthviz](https://github.com/dalthviz) ([213](https://github.com/spyder-ide/qtawesome/issues/213))
17+
18+
In this release 2 pull requests were closed.
19+
20+
21+
----
22+
23+
324
## Version 1.2.1 (2022-10-24)
425

526
### Issues Closed

qtawesome/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (1, 3, 0, 'dev0')
1+
version_info = (1, 2, 2)
22
__version__ = '.'.join(map(str, version_info))

0 commit comments

Comments
 (0)