Skip to content

Commit

Permalink
v0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserfarouk committed Jul 16, 2021
1 parent 0c799be commit ad8a4c6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
History
=======

Release 0.8.6
-------------

* [core] Adding to_dict/from_dict to all ufun types
* [core] Better random LinearUtilityAggregationFunction
* [core] better implementation of stepall and runall
* [core] implementing keep_order=False for stepall()
* [tournaments] Adding negotiation tournaments.
* [situated] shuffle_negotiations option in World
* [bugfix] SAOSyncController never loses offers

Release 0.8.5
-------------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.5
0.8.6
2 changes: 1 addition & 1 deletion negmas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""A framework for conducting multi-strand multilateral asynchronous negotiations on multiple issues."""
__author__ = """Yasser Mohammad"""
__email__ = "yasserfarouk@gmail.com"
__version__ = "0.8.5"
__version__ = "0.8.6"

from .common import *
from .config import *
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.5
current_version = 0.8.6
delete_bookmark = True
commit = False
tag = False
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
name="negmas", # Required
# https://www.python.org/dev/peps/pep-0440/
# https://packaging.python.org/en/latest/single_source_version.html
version="0.8.5", # Required
version="0.8.6", # Required
# https://packaging.python.org/specifications/core-metadata/#summary
description="NEGotiations Managed by Agent Simulations", # Required
# https://packaging.python.org/specifications/core-metadata/#description-optional
Expand Down

0 comments on commit ad8a4c6

Please sign in to comment.