1
0
Эх сурвалжийг харах

change version to 3.1.0.dev0

jrobinAV 1 жил өмнө
parent
commit
fed559fddf
2 өөрчлөгдсөн 19 нэмэгдсэн , 15 устгасан
  1. 18 14
      README.md
  2. 1 1
      src/taipy/rest/version.json

+ 18 - 14
README.md

@@ -6,16 +6,17 @@
 ## License
 Copyright 2023 Avaiga Private Limited
 
-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
+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](https://www.apache.org/licenses/LICENSE-2.0.txt)
 
-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.
+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.
 
 ## Usage
-  -  [Taipy-REST](#taipy-rest)
+  - [Taipy-REST](#taipy-rest)
   - [License](#license)
   - [Usage](#usage)
   - [What is Taipy REST](#what-is-taipy-rest)
@@ -28,15 +29,17 @@ specific language governing permissions and limitations under the License.
 ## What is Taipy REST
 
 Taipy is a Python library for creating Business Applications. More information on our
-[website](https://www.taipy.io). Taipy is split into multiple repositories including _taipy-core_ and _taipy-rest_
-to let users install the minimum they need.
+[website](https://www.taipy.io). Taipy is split into multiple repositories including 
+_taipy-core_ and _taipy-rest_ to let users install the minimum they need.
 
-[Taipy Core](https://github.com/Avaiga/taipy-core) mostly includes business-oriented features. It helps users
-create and manage business applications and improve analyses capability through time, conditions and hypothesis.
+[Taipy Core](https://github.com/Avaiga/taipy-core) mostly includes business-oriented 
+features. It helps users create and manage business applications and improve analyses 
+capability through time, conditions and hypothesis.
 
-[Taipy REST](https://github.com/Avaiga/taipy-rest) is a set of APIs built on top of the _taipy-core_ library
-developed by Avaiga. This project is meant to be used as a complement for **taipy** and its goal is to enable
-automation through rest APIs of processes built on taipy.
+[Taipy REST](https://github.com/Avaiga/taipy-rest) is a set of APIs built on top of the 
+_taipy-core_ library developed by Avaiga. This project is meant to be used as a complement 
+for **taipy** and its goal is to enable automation through rest APIs of processes built
+on taipy.
 
 The project comes with rest APIs that provide interaction with all of taipy modules:
  - DataNodes
@@ -58,7 +61,8 @@ Want to help build _Taipy REST_? Check out our [`CONTRIBUTING.md`](CONTRIBUTING.
 
 ## Code of conduct
 
-Want to be part of the _Taipy REST_ community? Check out our [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) file.
+Want to be part of the _Taipy REST_ community? Check out our 
+[`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) file.
 
 ## Directory Structure
 

+ 1 - 1
src/taipy/rest/version.json

@@ -1 +1 @@
-{"major": 3, "minor": 0, "patch": 0, "ext": "dev8"}
+{"major": 3, "minor": 1, "patch": 0, "ext": "dev0"}