[Pkg-bitcoin-commits] [python-quamash] 264/269: Bump version and update readme for version 0.5.4

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository python-quamash.

commit a69ef324a6206a8d74ea0321a052a8cbd26dd90e
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Fri Jan 1 22:20:35 2016 -0800

    Bump version and update readme for version 0.5.4
---
 README.rst          | 5 ++++-
 quamash/__init__.py | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 38be131..6e32288 100644
--- a/README.rst
+++ b/README.rst
@@ -120,7 +120,9 @@ Version 0.5.4
 -------------
 * Remove unnecessary QObjects
 * Officially add Python 3.5 support (CI configuration and setup.py change)
-* Fix `#55`
+* Fix `#55`_
+* Better compatibility with behavior of default event loop (`#59`_)
+* Remove _easycallback and replace with _makeSignaller
 
 Version 0.5.3
 -------------
@@ -249,3 +251,4 @@ starts with a "Q".
 .. _#34: https://github.com/harvimt/quamash/issues/34
 .. _#35: https://github.com/harvimt/quamash/issues/35
 .. _#55: https://github.com/harvimt/quamash/issues/55
+.. _#59: https://github.com/harvimt/quamash/pull/59
diff --git a/quamash/__init__.py b/quamash/__init__.py
index c0f9b4f..8ee2cb3 100644
--- a/quamash/__init__.py
+++ b/quamash/__init__.py
@@ -4,7 +4,7 @@
 """Implementation of the PEP 3156 Event-Loop with Qt."""
 
 __author__ = 'Mark Harviston <mark.harviston at gmail.com>, Arve Knudsen <arve.knudsen at gmail.com>'
-__version__ = '0.5.3'
+__version__ = '0.5.4'
 __url__ = 'https://github.com/harvimt/quamash'
 __license__ = 'BSD'
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list