Skip to content

Commit

Permalink
bump version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
harvimt committed Jul 23, 2018
1 parent 39f2807 commit e513b30
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 e513b30

Please sign in to comment.