Skip to content

Commit 14f896b

Browse files
committed
PyThaiNLP 2.2.3 (build and deploy docs)
1 parent 35093e4 commit 14f896b

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3030
Please follow our [PyThaiNLP Facebook page](https://www.facebook.com/pythainlp/) for more updates.

README_TH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/) เพื่อรับข่าวสารเพิ่มเติม

pythainlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "2.2.2"
2+
__version__ = "2.2.3"
33

44
thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
55

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.2.2
2+
current_version = 2.2.3
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
setup(
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",

0 commit comments

Comments
 (0)