[Pkg-bitcoin-commits] [python-quamash] 235/269: Bump version and changelog

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:37 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 7ab8bd2abc3245d33243cfce132c471bd77caf91
Author: Mark Harviston <Mark.T.Harviston.-ND at disney.com>
Date:   Thu Jul 23 12:13:24 2015 -0700

    Bump version and changelog
---
 README.rst          | 8 ++++++++
 quamash/__init__.py | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 83f5702..776d161 100644
--- a/README.rst
+++ b/README.rst
@@ -116,6 +116,12 @@ Usage
 Changelog
 =========
 
+Version 0.5.2
+-------------
+* Fixes to tests, and CI configuration
+* Fixes `#35`_ and `#31`_ (both minor bugs)
+* Uploade wheels to PyPI
+
 Version 0.5.1
 -------------
 * Fixes rst syntax error in this README
@@ -208,3 +214,5 @@ starts with a "Q".
 .. _`BSD License`: http://opensource.org/licenses/BSD-2-Clause
 .. _tox: https://tox.readthedocs.org/
 .. _pytest-xdist: https://pypi.python.org/pypi/pytest-xdist
+.. _#31: https://github.com/harvimt/quamash/issues/31
+.. _#35: https://github.com/harvimt/quamash/issues/35
diff --git a/quamash/__init__.py b/quamash/__init__.py
index 38ddf57..5a357cf 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.1'
+__version__ = '0.5.2'
 __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