summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonne Martin <donne.martin@gmail.com>2016-04-10 08:01:04 -0400
committerDonne Martin <donne.martin@gmail.com>2016-04-10 08:01:04 -0400
commit0546e236c497b69107e25162161c3fca2ff5392e (patch)
tree036d9cb8b764ce815e748b13cf03c3fd8b13d66b
parentb8fce0a08f6623e7b643027a17502c676d6c269b (diff)
parent230a8764682a2805a1da1e3799e31da2d477d844 (diff)
Merge branch 'release/0.2.0'0.2.0
* release/0.2.0: Prep 0.2.0 release
-rw-r--r--CHANGELOG.md19
-rw-r--r--CHANGELOG.rst37
-rw-r--r--haxor_news/__init__.py2
3 files changed, 56 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a7ecb2d..579e686 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,24 @@
+![](http://i.imgur.com/C4mkc3L.gif)
+
+[![Build Status](https://travis-ci.org/donnemartin/haxor-news.svg?branch=master)](https://travis-ci.org/donnemartin/haxor-news) [![Codecov](https://img.shields.io/codecov/c/github/donnemartin/haxor-news.svg)](https://codecov.io/github/donnemartin/haxor-news/haxor-news)
+
+[![PyPI version](https://badge.fury.io/py/haxor-news.svg)](http://badge.fury.io/py/haxor-news) [![PyPI](https://img.shields.io/pypi/pyversions/haxor-news.svg)](https://pypi.python.org/pypi/haxor-news/) [![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
+
+haxor-news
+==========
+
+To view the latest `README`, `docs`, and `code` visit the GitHub repo:
+
+https://github.com/donnemartin/haxor-news
+
+To submit bugs or feature requests, visit the issue tracker:
+
+https://github.com/donnemartin/haxor-news/issues
+
Changelog
=========
-0.1.1 (2015-11-23)
+0.2.0 (2016-04-10)
------------------
- Initial release.
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
new file mode 100644
index 0000000..afe51d7
--- /dev/null
+++ b/CHANGELOG.rst
@@ -0,0 +1,37 @@
+.. figure:: http://i.imgur.com/C4mkc3L.gif
+ :alt:
+
+|Build Status| |Codecov|
+
+|PyPI version| |PyPI| |License|
+
+haxor-news
+==========
+
+To view the latest ``README``, ``docs``, and ``code`` visit the GitHub
+repo:
+
+https://github.com/donnemartin/haxor-news
+
+To submit bugs or feature requests, visit the issue tracker:
+
+https://github.com/donnemartin/haxor-news/issues
+
+Changelog
+=========
+
+0.2.0 (2016-04-10)
+------------------
+
+- Initial release.
+
+.. |Build Status| image:: https://travis-ci.org/donnemartin/haxor-news.svg?branch=master
+ :target: https://travis-ci.org/donnemartin/haxor-news
+.. |Codecov| image:: https://img.shields.io/codecov/c/github/donnemartin/haxor-news.svg
+ :target: https://codecov.io/github/donnemartin/haxor-news/haxor-news
+.. |PyPI version| image:: https://badge.fury.io/py/haxor-news.svg
+ :target: http://badge.fury.io/py/haxor-news
+.. |PyPI| image:: https://img.shields.io/pypi/pyversions/haxor-news.svg
+ :target: https://pypi.python.org/pypi/haxor-news/
+.. |License| image:: http://img.shields.io/:license-apache-blue.svg
+ :target: http://www.apache.org/licenses/LICENSE-2.0.html
diff --git a/haxor_news/__init__.py b/haxor_news/__init__.py
index 4206beb..72ca594 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.1.1'
+__version__ = '0.2.0'