Skip to content

Commit

Permalink
v0.10.21
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserfarouk committed Apr 3, 2024
1 parent af557e3 commit 5110a86
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
History
=======

Release 0.10.21
---------------

* More exception resistance in cartesian_tournament
* Base Mechanism class now can ignore exceptions in initialization of agents
* More consistent naming of methods involving negotiators

Release 0.10.20
---------------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.20
0.10.21
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
# the built documents.
#
# The short X.Y version.
version = "0.10.20"
version = "0.10.21"
# 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.20"
__version__ = "0.10.21"


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.20
current_version = 0.10.21
delete_bookmark = True
commit = False
tag = False

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

0 comments on commit 5110a86

Please sign in to comment.