summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonne Martin <donne.martin@gmail.com>2016-05-30 07:55:08 -0400
committerDonne Martin <donne.martin@gmail.com>2016-05-30 07:55:08 -0400
commitd43b968da3db55f8f60a613a8c56f01ca89b4a21 (patch)
tree3c1df64aca46419285e12db3772da8829c2bb86e
parent0599373a9ec86b37eb723442937ba18c41d5a058 (diff)
parent1ab9c746006f38ee53441df7825f622333606ab8 (diff)
Merge branch 'release/0.4.1'0.4.1
* release/0.4.1: Prep 0.4.1 release
-rw-r--r--CHANGELOG.md10
-rw-r--r--CHANGELOG.rst14
-rw-r--r--haxor_news/__init__.py2
3 files changed, 21 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb0a616..2fdba02 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,7 +18,13 @@ https://github.com/donnemartin/haxor-news/issues
Changelog
=========
-0.4.0 (2016-05-27)
+0.4.1 (2016-05-30)
+
+### Bug Fixes
+
+* [#62](https://github.com/donnemartin/haxor-news/pull/62) - Fix prompt-toolkit v1.0.0 hanging while autocompleting the hn view command. This bug only happens on Windows.
+
+0.4.0 (2016-05-30)
### Features
@@ -33,7 +39,7 @@ Changelog
### Updates
-* [#48](https://github.com/donnemartin/haxor-news/issues/48) - Update latest monthly hiring post ids.
+* [#48](https://github.com/donnemartin/haxor-news/issues/48), [#50](https://github.com/donnemartin/haxor-news/issues/50) - Update latest monthly hiring post ids.
* [#56](https://github.com/donnemartin/haxor-news/issues/48) - Update packaging dependencies based on semantic versioning.
* Fix `Config` docstrings.
* Update `README`:
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index bacc2a4..bdcbd99 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -20,7 +20,16 @@ https://github.com/donnemartin/haxor-news/issues
Changelog
=========
-0.4.0 (2016-05-27)
+0.4.1 (2016-05-30)
+
+Bug Fixes
+---------
+
+- `#62 <https://github.com/donnemartin/haxor-news/pull/62>`__ - Fix
+ prompt-toolkit v1.0.0 hanging while autocompleting the hn view
+ command. This bug only happens on Windows.
+
+0.4.0 (2016-05-30)
Features
--------
@@ -44,7 +53,8 @@ Bug Fixes
Updates
-------
-- `#48 <https://github.com/donnemartin/haxor-news/issues/48>`__ -
+- `#48 <https://github.com/donnemartin/haxor-news/issues/48>`__,
+ `#50 <https://github.com/donnemartin/haxor-news/issues/50>`__ -
Update latest monthly hiring post ids.
- `#56 <https://github.com/donnemartin/haxor-news/issues/48>`__ -
Update packaging dependencies based on semantic versioning.
diff --git a/haxor_news/__init__.py b/haxor_news/__init__.py
index 2abc972..3472c22 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.0'
+__version__ = '0.4.1'