From 66453a84d2213a6de413c1a9ae3ea67458810d02 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Sat, 15 Apr 2017 12:41:33 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91ff4d1..8f4c1b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog --------- +**0.4.0 (2016-04-15)** + +* Add `upload` command to post media +* Add `--visibility` and `--media` options to `post` command + **0.3.0 (2016-04-13)** * Add: view timeline diff --git a/setup.py b/setup.py index e5dbb09..5bc93cd 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.rst") as readme: setup( name='toot', - version='0.3.0', + version='0.4.0', description='Interact with Mastodon social networks from the command line.', long_description=long_description, author='Ivan Habunek',