Commit 40ea2331 by Administrator

Merge branch 'hotfix/0.1.3'

parents 0af77693 a0984247
......@@ -3,11 +3,12 @@ History
=======
0.1.2 (2019-07-08)
0.1.3 (2019-07-08)
------------------
* Allow .send to a list of receivers.
* Allow to receive messages with lists of lists.
* Fixed readme.
0.1.1 (2019-06-18)
------------------
......
......@@ -36,7 +36,8 @@ Examples
--------
basic.py::
import argparse
import argparse
from spade_bdi.bdi import BDIAgent
parser = argparse.ArgumentParser(description='spade bdi master-server example')
......
[bumpversion]
current_version = 0.1.2
current_version = 0.1.3
commit = True
tag = False
......
......@@ -48,6 +48,6 @@ setup(
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/sfp932705/spade_bdi',
version='0.1.2',
version='0.1.3',
zip_safe=False,
)
......@@ -5,6 +5,6 @@ from . import bdi
__author__ = """Sergio Frayle Pérez"""
__email__ = 'sfp932705@gmail.com'
__version__ = '0.1.2'
__version__ = '0.1.3'
__all__ = ["bdi"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment