Skip to content

Commit

Permalink
Updating history for v0.8.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiekazil committed Nov 2, 2017
1 parent 998c7b3 commit 724b3d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@
Release History
---------------

Next release - 0.8.2 (2017-07-?) Gila Bend
0.8.2 (2017-11-01) Gila Bend
+++++++++++++++++++++++++++++++++++++++++++

**Improvements**

* None
* Split parameter_values into fixed & variable parameters in batchrunner #393

**Fixes**

* None
* Updating License year to 2017 -- very minor update #391
* Flockers: fix param naming #398
* Remove unused class parameters. #400
* [hotfix!] Disable e2e viz test for now. #414


0.8.1 (2017-07-03) Flagstaff (PyCon Sprints & then some)
Expand Down
2 changes: 1 addition & 1 deletion mesa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
__all__ = ["Model", "Agent"]

__title__ = 'mesa'
__version__ = '0.8.1'
__version__ = '0.8.2'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright %s Project Mesa Team' % datetime.date.today().year

0 comments on commit 724b3d5

Please sign in to comment.