From 82fbe05bf53ed1e675d542df90c59079bbe589f7 Mon Sep 17 00:00:00 2001 From: buckket Date: Tue, 16 Feb 2016 20:48:55 +0100 Subject: [PATCH] This is 1.2.1 --- CHANGES | 8 ++++++++ twtxt/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 32c8567..ea0763d 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,14 @@ Changelog These are all the changes in twtxt since the first public release. +1.2.1 +----- + +- Fixed a bug in the mention handling code +- Nicks are now case-insensitive throughout twtxt +- Added a character_limit option, to specify when to shorten tweets +- Added option to include user’s nick and url in twtxt’s user-agent string for greater discovery + 1.2.0 ----- diff --git a/twtxt/__init__.py b/twtxt/__init__.py index 022d56b..b6adf54 100644 --- a/twtxt/__init__.py +++ b/twtxt/__init__.py @@ -9,4 +9,4 @@ """ -__version__ = '1.2.1-dev' +__version__ = '1.2.1'