From 454ead407eb4564d61003693aa4bd06456d93abf Mon Sep 17 00:00:00 2001 From: Wannaphong Phatthiyaphaibun Date: Fri, 14 Apr 2023 16:34:26 +0700 Subject: [PATCH] PyThaiNLP 4.0 --- README.md | 4 ++-- README_TH.md | 4 ++-- SECURITY.md | 1 + setup.py | 19 ++++++++++++++++--- 4 files changed, 21 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b26a3f073..1ff55683e 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร | Version | Description | Status | |:------:|:--:|:------:| -| [3.1](https://github.com/PyThaiNLP/pythainlp/releases) | Stable | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/643) | -| [`dev`](https://github.com/PyThaiNLP/pythainlp/tree/dev) | Release Candidate for 4.0 | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/714) | +| [4.0](https://github.com/PyThaiNLP/pythainlp/releases) | Stable | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/714) | +| [`dev`](https://github.com/PyThaiNLP/pythainlp/tree/dev) | Release Candidate for 4.1 | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/788) | ## Getting Started diff --git a/README_TH.md b/README_TH.md index a196fd51f..69597debf 100644 --- a/README_TH.md +++ b/README_TH.md @@ -20,8 +20,8 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร | รุ่น | คำอธิบาย | สถานะ | |:------:|:--:|:------:| -| [3.1](https://github.com/PyThaiNLP/pythainlp/releases) | Stable | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/643) | -| [`dev`](https://github.com/PyThaiNLP/pythainlp/tree/dev) | Release Candidate for 4.0 | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/714) | +| [4.0](https://github.com/PyThaiNLP/pythainlp/releases) | Stable | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/714) | +| [`dev`](https://github.com/PyThaiNLP/pythainlp/tree/dev) | Release Candidate for 4.1 | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/788) | ติดตามพวกเราบน [PyThaiNLP Facebook page](https://www.facebook.com/pythainlp/) เพื่อรับข่าวสารเพิ่มเติม diff --git a/SECURITY.md b/SECURITY.md index 53752587c..a480849b1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,6 +4,7 @@ | Version | Supported | | ------- | ------------------ | +| 4.0.x | :white_check_mark: | | 3.1.x | :white_check_mark: | | 3.0.x | :x: | | 2.3.x | :x: | diff --git a/setup.py b/setup.py index f912315cd..07eb41b15 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,17 @@ # -*- coding: utf-8 -*- +# Copyright (C) 2016-2023 PyThaiNLP Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Setup script for PyThaiNLP. @@ -132,7 +145,7 @@ setup( name="pythainlp", - version="4.0.0beta1", + version="4.0.0", description="Thai Natural Language Processing library", long_description=readme, long_description_content_type="text/markdown", @@ -165,7 +178,7 @@ "Thai language", ], classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", @@ -181,7 +194,7 @@ ], }, project_urls={ - "Documentation": "https://pythainlp.github.io/docs/3.0/", + "Documentation": "https://pythainlp.github.io/docs/4.0/", "Tutorials": "https://pythainlp.github.io/tutorials/", "Source Code": "https://github.com/PyThaiNLP/pythainlp", "Bug Tracker": "https://github.com/PyThaiNLP/pythainlp/issues",