Skip to content

Commit

Permalink
v0.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserfarouk committed Dec 24, 2023
1 parent a6ef583 commit 7c2869c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
History
=======

Release 0.10.9
--------------

* Correcting the path to the genius bridge
* Adding plotting of offline runs
* Better styling of plots
* removing n_trials from generate_utility (not needed)
* Full testing of ufun generators
* Passing private_infos to cartesian tournaments
* bugfix: Private info not passed from SAONegotiator
* Supporting yaml for saving and loading domains

Release 0.10.8
--------------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.8
0.10.9
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
# the built documents.
#
# The short X.Y version.
version = "0.10.8"
version = "0.10.9"
# The full version, including alpha/cost/rc tags.
release = version

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

__author__ = """Yasser Mohammad"""
__email__ = "[email protected]"
__version__ = "0.10.8"
__version__ = "0.10.9"


from .config import *
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[bumpversion]
current_version = 0.10.8
current_version = 0.10.9
delete_bookmark = True
commit = False
tag = False

[metadata]
name = negmas
version = 0.10.8
version = 0.10.9
author = Yasser Mohammad
author_email = [email protected]
description = NEGotiations Managed by Agent Simulations
Expand Down

0 comments on commit 7c2869c

Please sign in to comment.