Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@


- v.0.2.1: Add docker compose for easy setup
- add compose.yml: it can be build with `docker compose up -d`
- add compose.yml: it can be build with `docker compose up`
- check `.env` file with `docker compose config`
- remove data mockup
- environment variables now loaded from the environment


- v.0.2.0: Improvements in database and files management.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "odtp"
version = "0.2.0"
version = "0.2.1"
description = "A tool to deploy and manage open digital twins"
authors = ["caviri <[email protected]>"]
authors = ["caviri <[email protected]>", "sabinem <[email protected]>"]
license = "AGPL 3.0"
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='odtp',
version='0.2.0',
version='0.2.1',
packages=find_packages(),
description='Open Digital Twin Platform',
long_description=open('README.md').read(),
Expand Down