[Pkg-bitcoin-commits] [python-quamash] 267/269: bump version to 0.5.5

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 d5c67ff8a9673e62e513d66e5c60587aa469cb63
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Mon Apr 4 15:11:14 2016 -0700

    bump version to 0.5.5
---
 README.rst          | 5 +++++
 quamash/__init__.py | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 6e32288..9e99142 100644
--- a/README.rst
+++ b/README.rst
@@ -116,6 +116,10 @@ Usage
 Changelog
 =========
 
+Version 0.5.5
+-------------
+* Fix `#62`_ a serious memory leak by switching from ``QTimer`` to ``QObject.timerEvent``.
+
 Version 0.5.4
 -------------
 * Remove unnecessary QObjects
@@ -252,3 +256,4 @@ starts with a "Q".
 .. _#35: https://github.com/harvimt/quamash/issues/35
 .. _#55: https://github.com/harvimt/quamash/issues/55
 .. _#59: https://github.com/harvimt/quamash/pull/59
+.. _#62: https://github.com/harvimt/quamash/pull/62
\ No newline at end of file
diff --git a/quamash/__init__.py b/quamash/__init__.py
index e0413bd..cae45b6 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.4'
+__version__ = '0.5.5'
 __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