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

Update software version to 1.1.2

The setup.py file has been modified to increment the software version to 1.1.2. The change log has been updated accordingly to reflect the version change and the additions in this version such as updated recipe graphs, random agent information, and the newly incorporated SCORE_CHANGED hook.
parent e87e14e8
No related branches found
No related tags found
No related merge requests found
Pipeline #50773 passed
......@@ -13,6 +13,20 @@
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [1.1.2] (2024-04-12)
### Added
- Recipe graphs contain the names of the interactive counters and equipment
- Random agent also gets the recipe graph information.
- Hook SCORE_CHANGED when the score is increased.
......
......@@ -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/cooperative-cuisine",
version="1.1.1",
version="1.1.2",
zip_safe=False,
extras_require={
"rl": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment