Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Sep 25, 2020
1 parent a61a3a6 commit c30aa89
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# History of changes

## Version 1.0.0 (2020-09-25)

### New features

* Update Material design icons to 5.4.55
* Drop Python 2 support

### Issues Closed

* [Issue 136](https://github.com/spyder-ide/qtawesome/issues/136) - Deprecate Python 2 in our CI ([PR 139](https://github.com/spyder-ide/qtawesome/pull/139) by [@goanpeca](https://github.com/goanpeca))

In this release 1 issue was closed.

### Pull Requests Merged

* [PR 150](https://github.com/spyder-ide/qtawesome/pull/150) - PR: Update mdi to 5.4.55, by [@doudz](https://github.com/doudz)
* [PR 139](https://github.com/spyder-ide/qtawesome/pull/139) - PR: Support only Python 3, by [@goanpeca](https://github.com/goanpeca) ([136](https://github.com/spyder-ide/qtawesome/issues/136))

In this release 2 pull requests were closed.


----


## Version 0.7.3 (2020-09-21)

### 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, 0, 0, 'dev0')
version_info = (1, 0, 0)
__version__ = '.'.join(map(str, version_info))

0 comments on commit c30aa89

Please # to comment.