From 4d12ca2457a35bfd3437a053566a3308f7a60c54 Mon Sep 17 00:00:00 2001 From: Nihisil Date: Mon, 29 Jul 2019 09:40:46 +0800 Subject: [PATCH] Release 1.1.9 version --- CHANGELOG.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c616990..f209d0e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ Releases History ================ +1.1.9 (2019-07-29) +------------------ +- Add `TilesConverter.one_line_string_to_136_array()` and `TilesConverter.one_line_string_to_34_array()` methods + 1.1.8 (2019-07-25) ------------------ - Fix an issue with incorrect daburu chuuren poutou calculations diff --git a/setup.py b/setup.py index 816197a..5c3028e 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ 'mahjong.hand_calculating.yaku_list', 'mahjong.hand_calculating.yaku_list.yakuman', ], - version='1.1.8', + version='1.1.9', description='Mahjong hands calculation', long_description=readme + '\n\n' + changelog, author='Alexey Lisikhin',