summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonne Martin <donne.martin@gmail.com>2016-04-10 12:46:45 -0400
committerDonne Martin <donne.martin@gmail.com>2016-04-10 12:46:45 -0400
commit63f13ed1c4d03ad4579360b88cc7fc0c463972af (patch)
tree4c601c4ac36e0c26832942b3e1fa596952f4bef0
parent12912dc46bb00b36dfa5ce2c2c6393e516b33240 (diff)
parent66b5ad90bd9c4be2204ad3cffe42ffac3600cfcd (diff)
Merge branch 'release/0.3.0'0.3.0
* release/0.3.0: Prep 0.3.0 release
-rw-r--r--CHANGELOG.md2
-rw-r--r--CHANGELOG.rst2
-rw-r--r--haxor_news/__init__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 579e686..011683f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,7 +18,7 @@ https://github.com/donnemartin/haxor-news/issues
Changelog
=========
-0.2.0 (2016-04-10)
+0.3.0 (2016-04-10)
------------------
- Initial release.
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index afe51d7..1a3918d 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -20,7 +20,7 @@ https://github.com/donnemartin/haxor-news/issues
Changelog
=========
-0.2.0 (2016-04-10)
+0.3.0 (2016-04-10)
------------------
- Initial release.
diff --git a/haxor_news/__init__.py b/haxor_news/__init__.py
index 72ca594..443985c 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.2.0'
+__version__ = '0.3.0'