Skip to content

Commit c63e808

Browse files
authored
Merge pull request #329 from PyThaiNLP/2.1 [skip ci]
Update dev branche from 2.1 branche
2 parents 2a7a7d6 + e850f0c commit c63e808

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PyThaiNLP is a Python package for text processing and linguistic analysis, simil
2323
2424
**This is a document for development branch (post 2.0). Things will break.**
2525

26-
- The latest stable release is [2.0.7](https://github.com/PyThaiNLP/pythainlp/releases)
26+
- The latest stable release is [2.1](https://github.com/PyThaiNLP/pythainlp/releases)
2727
- The latest development release is [2.1.dev8](https://github.com/PyThaiNLP/pythainlp/releases). See the ongoing [2.1 change log](https://github.com/PyThaiNLP/pythainlp/issues/181).
2828
- 📫 follow our [PyThaiNLP](https://www.facebook.com/pythainlp/) Facebook page
2929

@@ -131,7 +131,7 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนเพื่
131131
132132
**เอกสารนี้สำหรับรุ่นพัฒนา อาจมีการเปลี่ยนแปลงได้ตลอด**
133133

134-
- รุ่นเสถียรล่าสุดคือรุ่น [2.0.7](https://github.com/PyThaiNLP/pythainlp/releases)
134+
- รุ่นเสถียรล่าสุดคือรุ่น [2.1](https://github.com/PyThaiNLP/pythainlp/releases)
135135
- PyThaiNLP 2 รองรับ Python 3.6 ขึ้นไป
136136
- ผู้ใช้ Python 2.7+ ยังสามารถใช้ PyThaiNLP 1.6 ได้
137137

pythainlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- coding: utf-8 -*-
22
__version__ = "2.1"
33

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

0 commit comments

Comments
 (0)