Prepare 1.0.2 release
This commit is contained in:
parent
03601c2060
commit
5df529bf9e
@ -98,6 +98,12 @@ There ist still quite some work to do.
|
|||||||
And for all others, don't hesitate to open issues when you have problems!
|
And for all others, don't hesitate to open issues when you have problems!
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
#### 1.0.2
|
||||||
|
- Adds set CellularAutomaton.cells capability to be able to move cell states from one Automaton to another.
|
||||||
|
|
||||||
|
#### 1.0.1
|
||||||
|
- Add KeyboardInterrupt suppression to CAWindow
|
||||||
|
|
||||||
#### 1.0.0
|
#### 1.0.0
|
||||||
- CI was added
|
- CI was added
|
||||||
- Coverage was increased
|
- Coverage was increased
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ with open('README.md') as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="cellular_automaton",
|
name="cellular_automaton",
|
||||||
version="1.0.1",
|
version="1.0.2",
|
||||||
author="Richard Feistenauer",
|
author="Richard Feistenauer",
|
||||||
author_email="r.feistenauer@web.de",
|
author_email="r.feistenauer@web.de",
|
||||||
packages=find_packages(exclude=('tests', 'docs', 'examples')),
|
packages=find_packages(exclude=('tests', 'docs', 'examples')),
|
||||||
|
Loading…
Reference in New Issue
Block a user