Skip to content

Commit

Permalink
Alpha 6
Browse files Browse the repository at this point in the history
  • Loading branch information
clayote committed Feb 2, 2016
1 parent 3d36e37 commit 076c076
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
=== Alpha 6 | 2016-02-01 ===
* Opening a functions editor no longer crashes the app.
* All the function editors are now in tabs of one screen.
* Nicer auto layout of spots.
* Various smaller fixes.


=== Alpha 5 | 2016-01-03 ===
* A whole new approach to interprocess communication resulting in much more acceptable performance within ELiDE.
* LiSE caches the whole world state.
Expand Down
2 changes: 1 addition & 1 deletion ELiDE/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="ELiDE",
version="0.0.0a5",
version="0.0.0a6",
packages=[
"ELiDE",
"ELiDE.board",
Expand Down
2 changes: 1 addition & 1 deletion LiSE/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="LiSE",
version="0.0.0a5",
version="0.0.0a6",
description="Rules engine for life simulation games",
author="Zachary Spector",
author_email="[email protected]",
Expand Down

0 comments on commit 076c076

Please sign in to comment.