[Pkg-bitcoin-commits] [python-quamash] 188/269: version 0.4 release prep

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:30 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 8d654fa43e48242f2031e486dec454214f4bdea6
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Fri Jan 9 15:05:10 2015 -0800

    version 0.4 release prep
---
 README.rst          | 45 +++++++++++++++++++++++++++++++++++++++++++++
 quamash/__init__.py |  2 +-
 2 files changed, 46 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index c54cc08..1dc78af 100644
--- a/README.rst
+++ b/README.rst
@@ -5,8 +5,29 @@ Implementation of the `PEP 3156`_ Event-Loop with Qt
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 :author: Mark Harviston <mark.harviston at gmail.com>, Arve Knudsen <arve.knudsen at gmail.com>
 
+.. image:: https://pypip.in/version/quamash/badge.svg
+    :target: https://pypi.python.org/pypi/quamash/
+    :alt: Latest Version
+
+.. image:: https://pypip.in/download/quamash/badge.svg
+    :target: https://pypi.python.org/pypi//quamash/
+    :alt: Downloads
+
+.. image:: https://pypip.in/py_versions/quamash/badge.svg
+    :target: https://pypi.python.org/pypi/quamash/
+    :alt: Supported Python versions
+
+.. image:: https://pypip.in/license/quamash/badge.svg
+    :target: https://pypi.python.org/pypi/quamash/
+    :alt: License
+
+.. image:: https://pypip.in/status/quamash/badge.svg
+    :target: https://pypi.python.org/pypi/quamash/
+    :alt: Development Status
+
 .. image:: https://travis-ci.org/harvimt/quamash.png?branch=master
     :target: https://travis-ci.org/harvimt/quamash
+    :alt: Build Status
 
 Requirements
 ============
@@ -56,6 +77,30 @@ Usage
     with loop:
         loop.run_until_complete(master())
 
+Changelog
+=========
+
+Version 0.4
+-----------
+* Major improvements to tests
+    - integration with Travis CI
+    - more tests
+    - all tests pass
+    - cross platform/configuration tests
+* Bug #13 discovered and fixed
+* Force which Qt Implementation to use with ``QUQMASH_QTIMPL`` environment variable.
+* Implement ``QEventLoop.remove_reader`` and ``QEventLoop.remove_writer``
+* PyQt4 Support
+* PyQt5 Support
+* Support ``multiprocessing`` executors (``ProcessPoolExecutor``))
+* Improvements to code quality
+* Improvements to PEP-3156 Conformance
+
+Version 0.3
+-----------
+First version worth using.
+
+
 Testing
 =======
 Quamash is tested with pytest_; in order to run the test suite, just install pytest
diff --git a/quamash/__init__.py b/quamash/__init__.py
index d318ea6..11c9fab 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.3'
+__version__ = '0.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