From 5f85d0847e1cb1f6ab3cb4710ce4e166395fa7ab Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Thu, 13 Apr 2017 13:53:37 +0200 Subject: [PATCH] Bump version to 0.3.0 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e172231..91ff4d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog --------- +**0.3.0 (2016-04-13)** + +* Add: view timeline +* Require an explicit login + **0.2.1 (2016-04-13)** * Fix invalid requirements in setup.py diff --git a/setup.py b/setup.py index 4e6a8af..e5dbb09 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.rst") as readme: setup( name='toot', - version='0.2.1', + version='0.3.0', description='Interact with Mastodon social networks from the command line.', long_description=long_description, author='Ivan Habunek',