Skip to content
Snippets Groups Projects
Commit af5f8dbd authored by Florian Schröder's avatar Florian Schröder
Browse files

Update application version to 1.1.0

Updated setup.py and CHANGELOG.md to reflect the new version of the application, 1.1.0. This new version includes numerous updates and fixes that resulted from the first version, such as a new command line interface, increased test coverage, support for different languages, and more.
parent 471f30fe
Branches
Tags v1.1.0
No related merge requests found
Pipeline #49900 passed
......@@ -13,6 +13,22 @@
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [1.1.0] (2024-03-27)
Updates and fixes resulted from v1. New cli, test coverage, different languages and much more.
### Added
- Send full websocket url in player_info.
- ">90"% code coverage in tests
- i18n for the gui
......
......@@ -58,7 +58,7 @@ setup(
packages=find_packages(include=["cooperative_cuisine", "cooperative_cuisine.*"]),
test_suite="tests",
url="https://gitlab.ub.uni-bielefeld.de/scs/cocosy/overcooked-simulator",
version="1.0.0",
version="1.1.0",
zip_safe=False,
extras_require={
"rl": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment