From a0db52ded175520aa194e21c4b65b2095ad45358 Mon Sep 17 00:00:00 2001 From: Robpol86 Date: Thu, 3 Sep 2015 19:20:33 -0700 Subject: [PATCH] Increasing version and updating changelog. --- README.rst | 6 ++++++ terminaltables.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f77344da..e6b9bc16 100644 --- a/README.rst +++ b/README.rst @@ -171,6 +171,12 @@ Changelog This project adheres to `Semantic Versioning `_. +1.2.1 - 2015-09-03 +------------------ + +Fixed: + * CJK character width fixed by zqqf16 and bcho: https://github.com/Robpol86/terminaltables/pull/9 + 1.2.0 - 2015-05-31 ------------------ diff --git a/terminaltables.py b/terminaltables.py index 511d6488..19be5455 100644 --- a/terminaltables.py +++ b/terminaltables.py @@ -35,7 +35,7 @@ __author__ = '@Robpol86' __license__ = 'MIT' -__version__ = '1.2.0' +__version__ = '1.2.1' def _get_width(string):