Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
change version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinAV committed Oct 26, 2023
1 parent ec546c2 commit a8943d9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pyarrow = "==10.0.1"
pymongo = {extras = ["srv"], version = "==4.2.0"}
sqlalchemy = "==2.0.16"
toml = "==0.10"
taipy-config = {ref = "develop", git = "https://github.com/avaiga/taipy-config.git"}
taipy-config = "==3.0"

[dev-packages]
black = "*"
Expand Down
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@

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

Expand All @@ -29,11 +30,12 @@ specific language governing permissions and limitations under the License.
## What is Taipy Core

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_ to let users
install the minimum they need.
[website](https://www.taipy.io). Taipy is split into multiple repositories including
_taipy-core_ 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.

A more in depth documentation of taipy can be found [here](https://docs.taipy.io).

Expand All @@ -47,7 +49,8 @@ Want to help build _Taipy Core_? Check out our [`CONTRIBUTING.md`](CONTRIBUTING.

## Code of conduct

Want to be part of the _Taipy Core_ community? Check out our [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) file.
Want to be part of the _Taipy Core_ community? Check out our
[`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) file.

## Directory Structure

Expand All @@ -58,8 +61,7 @@ Want to be part of the _Taipy Core_ community? Check out our [`CODE_OF_CONDUCT.m
- `_orchestrator`: Internal package for task orchestrating and execution.
- `_version`: Internal package for managing Taipy Core application version.
- `common`: Shared data structures, types, and functions.
- `config`: Configuration definition, management and implementation. `config.config.Config` is the main
entrypoint for configuring a Taipy Core application.
- `config`: Configuration definition, management and implementation.
- `cycle`: Work cycle definition, management and implementation.
- `data`: Data Node definition, management and implementation.
- `exceptions`: _taipy-core_ exceptions.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"pymongo[srv]>=4.2.0,<5.0",
"sqlalchemy>=2.0.16,<2.1",
"toml>=0.10,<0.11",
"taipy-config@git+https://git@github.com/Avaiga/taipy-config.git@develop",
"taipy-config>=3.0,<3.1",
]

test_requirements = ["pytest>=3.8"]
Expand Down
2 changes: 1 addition & 1 deletion src/taipy/core/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major": 3, "minor": 0, "patch": 0, "ext": "dev8"}
{"major": 3, "minor": 0, "patch": 0}

0 comments on commit a8943d9

Please sign in to comment.