Bump version to 0.3.0 - toot - Unnamed repository; edit this file 'description' to name the repository.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 5f85d0847e1cb1f6ab3cb4710ce4e166395fa7ab
(DIR) parent 9e32f7f8dd04be6826821def7e91fa30c313dba7
(HTM) Author: Ivan Habunek <ivan@habunek.com>
Date: Thu, 13 Apr 2017 13:53:37 +0200
Bump version to 0.3.0
Diffstat:
CHANGELOG.md | 5 +++++
setup.py | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
---
(DIR) diff --git 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
(DIR) diff --git 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',