[Pkg-bitcoin-commits] [python-quamash] 74/78: bump version and changelog

Jonas Smedegaard dr at jones.dk
Tue Dec 19 01:19:57 UTC 2017


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

js pushed a commit to annotated tag debian/0.6.0_dfsg-1
in repository python-quamash.

commit 2191e4c1d3dfb8d761422f5cd111cf6cd9d0c0af
Author: Mark Thomas West Harviston <mark.harviston at gmail.com>
Date:   Sat Dec 2 12:10:54 2017 -0800

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

diff --git a/README.rst b/README.rst
index 6a9a73e..282fbfc 100644
--- a/README.rst
+++ b/README.rst
@@ -114,6 +114,11 @@ Usage
 Changelog
 =========
 
+Version 0.6.0
+-------------
+* Lots of bugfixes and performance improvements.
+
+
 Version 0.5.5
 -------------
 * Fix `#62`_ a serious memory leak by switching from ``QTimer`` to ``QObject.timerEvent``.
diff --git a/quamash/__init__.py b/quamash/__init__.py
index 7ceaf58..e6b40d0 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.5'
+__version__ = '0.6.0'
 __url__ = 'https://github.com/harvimt/quamash'
 __license__ = 'BSD'
 __all__ = ['QEventLoop', 'QThreadExecutor']

-- 
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