Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Jun 22, 2021
1 parent bd0251e commit d52dd41
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# History of changes

## Version 1.0.3 (2021-06-22)

### Issues Closed

* [Issue 162](https://github.com/spyder-ide/qtawesome/issues/162) - Implicit integer conversion is deprecated

In this release 1 issue was closed.

### Pull Requests Merged

* [PR 163](https://github.com/spyder-ide/qtawesome/pull/163) - PR: Cast tileWidth to an integer (closes #162), by [@juliangilbey](https://github.com/juliangilbey)
* [PR 146](https://github.com/spyder-ide/qtawesome/pull/146) - PR: Timer should belong to parent widget, by [@listyque](https://github.com/listyque)

In this release 2 pull requests were closed.


----


## Version 1.0.2 (2020-12-08)

### Issues Closed
Expand Down
2 changes: 1 addition & 1 deletion qtawesome/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (1, 1, 0, 'dev0')
version_info = (1, 0, 3)
__version__ = '.'.join(map(str, version_info))

0 comments on commit d52dd41

Please sign in to comment.