File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -88,22 +88,22 @@ Make sure the same tests pass on Travis CI and AppVeyor.
8888 - ` bumpversion [major|minor|patch|release|build] `
8989 - Example:
9090 ```
91- #current_version = 2.2.2 -dev0
91+ #current_version = 2.2.3 -dev0
9292
9393 bumpversion build
94- #current_version = 2.2.2 -dev1
94+ #current_version = 2.2.3 -dev1
9595
9696 bumpversion build
97- #current_version = 2.2.2 -dev2
97+ #current_version = 2.2.3 -dev2
9898
9999 bumpversion release
100- #current_version = 2.2.2 -beta0
100+ #current_version = 2.2.3 -beta0
101101
102102 bumpversion release
103- #current_version = 2.2.2
103+ #current_version = 2.2.3
104104
105105 bumpversion patch
106- #current_version = 2.2.3 -dev0
106+ #current_version = 2.2.4 -dev0
107107
108108 bumpversion minor
109109 #current_version = 2.3.0-dev0
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร
2424
2525| Version | Description | Status |
2626| :------:| :--:| :------:|
27- | [ 2.2.2 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/330 ) |
27+ | [ 2.2.3 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/330 ) |
2828| [ ` dev ` ] ( https://github.com/PyThaiNLP/pythainlp/tree/dev ) | Release Candidate for 2.3 | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/445 ) |
2929
3030Please follow our [ PyThaiNLP Facebook page] ( https://www.facebook.com/pythainlp/ ) for more updates.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร
2222
2323| รุ่น | คำอธิบาย | สถานะ |
2424| :------:| :--:| :------:|
25- | [ 2.2.2 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/330 ) |
25+ | [ 2.2.3 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/330 ) |
2626| [ ` dev ` ] ( https://github.com/PyThaiNLP/pythainlp/tree/dev ) | Release Candidate for 2.3 | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/445 ) |
2727
2828ติดตามพวกเราบน [ PyThaiNLP Facebook page] ( https://www.facebook.com/pythainlp/ ) เพื่อรับข่าวสารเพิ่มเติม
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- __version__ = "2.2.2 "
2+ __version__ = "2.2.3 "
33
44thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
55
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.2.2
2+ current_version = 2.2.3
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Original file line number Diff line number Diff line change 7171
7272setup (
7373 name = "pythainlp" ,
74- version = "2.2.2 " ,
74+ version = "2.2.3 " ,
7575 description = "Thai Natural Language Processing library" ,
7676 long_description = readme ,
7777 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments