Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
Increasing version and updating changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Sep 4, 2015
1 parent 14b9dd4 commit a0db52d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ Changelog

This project adheres to `Semantic Versioning <http://semver.org/>`_.

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
------------------

Expand Down
2 changes: 1 addition & 1 deletion terminaltables.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

__author__ = '@Robpol86'
__license__ = 'MIT'
__version__ = '1.2.0'
__version__ = '1.2.1'


def _get_width(string):
Expand Down

0 comments on commit a0db52d

Please sign in to comment.