summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonne Martin <donne.martin@gmail.com>2017-04-08 22:57:39 -0400
committerDonne Martin <donne.martin@gmail.com>2017-04-08 22:57:39 -0400
commit4b03176e851a1a8d1fe3462c989dc577adf2bd6c (patch)
treec1e0a9145541458798bc45ba5848030645501ced
parent4abf7a57b8021b7370155e4b5c38b45a6d5871ed (diff)
parentf3ed18a55b167917bc299c17f0e7c2a6be6beea9 (diff)
Merge branch 'release/0.4.2'0.4.2
* release/0.4.2: Update version to 0.4.2 Update CHANGELOG with 0.4.2 release notes
-rw-r--r--CHANGELOG.md7
-rw-r--r--CHANGELOG.rst12
-rw-r--r--haxor_news/__init__.py2
3 files changed, 19 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9a9444..33ca2c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,13 @@ https://github.com/donnemartin/haxor-news/issues
Changelog
=========
+0.4.2 (2017-04-08)
+------------------
+
+### Bug Fixes
+
+* [#94](https://github.com/donnemartin/haxor-news/pull/94) - Update to `prompt-toolkit` 1.0.0, which includes a number of performance improvements (especially noticeable on Windows) and bug fixes.
+
0.4.1 (2016-05-30)
------------------
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f5641b5..6720a48 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,5 +1,5 @@
.. figure:: http://i.imgur.com/C4mkc3L.gif
- :alt:
+ :alt:
|Build Status| |Codecov|
@@ -20,6 +20,16 @@ https://github.com/donnemartin/haxor-news/issues
Changelog
=========
+0.4.2 (2017-04-08)
+------------------
+
+Bug Fixes
+~~~~~~~~~
+
+- `#94 <https://github.com/donnemartin/haxor-news/pull/94>`__ - Update
+ to ``prompt-toolkit`` 1.0.0, which includes a number of performance
+ improvements (especially noticeable on Windows) and bug fixes.
+
0.4.1 (2016-05-30)
------------------
diff --git a/haxor_news/__init__.py b/haxor_news/__init__.py
index 3472c22..31759a2 100644
--- a/haxor_news/__init__.py
+++ b/haxor_news/__init__.py
@@ -13,4 +13,4 @@
# ANY KIND, either express or implied. See the License for the specific
# language governing permissions and limitations under the License.
-__version__ = '0.4.1'
+__version__ = '0.4.2'