Skip to content

Commit

Permalink
Merge pull request #1 from harvimt/master
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
henry232323 authored Feb 26, 2019
2 parents a5354e3 + e513b30 commit 7a3c443
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ Usage
Changelog
=========

Version 0.6.1
* Python 3.7 support (no automated test coverage)

Version 0.6.0
-------------
* Lots of bugfixes and performance improvements.
Expand Down
2 changes: 1 addition & 1 deletion quamash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""Implementation of the PEP 3156 Event-Loop with Qt."""

__author__ = 'Mark Harviston <mark.harviston@gmail.com>, Arve Knudsen <arve.knudsen@gmail.com>'
__version__ = '0.6.0'
__version__ = '0.6.1'
__url__ = 'https://github.com/harvimt/quamash'
__license__ = 'BSD'
__all__ = ['QEventLoop', 'QThreadExecutor']
Expand Down

0 comments on commit 7a3c443

Please sign in to comment.