Skip to content

Commit

Permalink
v0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserfarouk committed Dec 1, 2023
1 parent dbe814f commit 97d659f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 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.10.4
--------------
* Adding simple tournaments and testing them
* improving plotting and minor typing enhancement
* bugfix in time-based
* Reducing verbosity
* passing kwargs back to Negotitors
* Adding simple tournaments
* Fixing a pandas warning
* Renaming Scenario.agenda -> outcome_space

Release 0.10.3
--------------
* Switching to readthedocs.io
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.3
0.10.4
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.3"
version = "0.10.4"
# 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.3"
__version__ = "0.10.4"


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

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

0 comments on commit 97d659f

Please sign in to comment.