Skip to content

Commit 94d5466

Browse files
committed
version bumpting to v0.10.2
1 parent d372815 commit 94d5466

File tree

5 files changed

+27
-5
lines changed

5 files changed

+27
-5
lines changed

HISTORY.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
History
22
=======
33

4+
Release 0.10.2
5+
--------------
6+
7+
* Adding RandomOfferGuaranteedAcceptance negotiator
8+
* Fixing some failures in testing some genius agents
9+
* [Snyk] Security upgrade pillow from 9.5.0 to 10.0.1
10+
* [Snyk] Security upgrade werkzeug from 2.2.3 to 3.0.1
11+
* [Snyk] Security upgrade pillow from 9.5.0 to 10.0.0
12+
* fix: docs/requirements.txt to reduce vulnerabilities
13+
* Updating tutorials, adding a tournament there
14+
* Fixing an installation bug: hypothesis was needed to run test_situated under negmas/tests. This prevented users from running the fast set of tests after installation.
15+
* cartesian_tournament to run a simple tournament
16+
- cartesian_tournament runs a simple tournament similar to Genius tournaments.
17+
- create_cartesian_tournament creates a simple Cartesian tournament but does not run it. To run the tournament, call run_tournament passing it the returned path from create_cartesian_tournament.
18+
* fix: requirements-visualizer.txt to reduce vulnerabilities
19+
* Group2 defaults to Y2015Group2 in gnegotaitors
20+
* adding Ateamagent beside AteamAgent
21+
* Correcting few gnegotiator names
22+
* standardizing some gnegotiator names
23+
* renaming ateamAgent -> AteamAgent in genius
24+
* Adding some missing Genius negotiators to gnegotiators.py
25+
426
Release 0.10.1
527
--------------
628

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.1
1+
0.10.2

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
# the built documents.
9797
#
9898
# The short X.Y version.
99-
version = "0.10.1"
99+
version = "0.10.2"
100100
# The full version, including alpha/cost/rc tags.
101101
release = version
102102

negmas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = """Yasser Mohammad"""
66
__email__ = "yasserfarouk@gmail.com"
7-
__version__ = "0.10.1"
7+
__version__ = "0.10.2"
88

99

1010
from .config import *

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[bumpversion]
2-
current_version = 0.10.1
2+
current_version = 0.10.2
33
delete_bookmark = True
44
commit = False
55
tag = False
66

77
[metadata]
88
name = negmas
9-
version = 0.10.1
9+
version = 0.10.2
1010
author = Yasser Mohammad
1111
author_email = yasserfarouk@gmail.com
1212
description = NEGotiations Managed by Agent Simulations

0 commit comments

Comments
 (0)