Skip to content

Commit c2b712e

Browse files
committed
Release 1.2.3
1 parent 20e3fa3 commit c2b712e

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## Version 1.2.3 (2023-03-09)
4+
5+
### Issues Closed
6+
7+
* [Issue 229](https://github.com/spyder-ide/qtawesome/issues/229) - Release QtAwesome 1.2.3
8+
* [Issue 227](https://github.com/spyder-ide/qtawesome/issues/227) - Import error when importing `PYSIDE6` while using `QtPy` <= 1.x ([PR 228](https://github.com/spyder-ide/qtawesome/pull/228) by [@dalthviz](https://github.com/dalthviz))
9+
10+
In this release 2 issues were closed.
11+
12+
### Pull Requests Merged
13+
14+
* [PR 228](https://github.com/spyder-ide/qtawesome/pull/228) - PR: Change constants used to validate `PySide` installation and update `PySide2` test environment to use `QtPy`<2.0.0, by [@dalthviz](https://github.com/dalthviz) ([227](https://github.com/spyder-ide/qtawesome/issues/227))
15+
16+
In this release 1 pull request was closed.
17+
18+
19+
----
20+
21+
322
## Version 1.2.2 (2022-12-27)
423

524
### 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, 3)
22
__version__ = '.'.join(map(str, version_info))

0 commit comments

Comments
 (0)