File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 61
61
* tests/statefbk_test.py (TestStatefbk.setUp): turned off debugging
62
62
flag (accidently left on)
63
63
64
+ ---- control-0.6a released -----
65
+
64
66
2012-10-27 Richard Murray <murray@altura.local>
65
67
66
68
* src/statefbk.py (acker): small updates to docstring
Original file line number Diff line number Diff line change 60
60
# The short X.Y version.
61
61
version = '0.6'
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '0.6a '
63
+ release = '0.6b '
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change 4
4
from setuptools import setup
5
5
6
6
setup (name = 'control' ,
7
- version = '0.6a ' ,
7
+ version = '0.6b ' ,
8
8
description = 'Python Control Systems Library' ,
9
9
author = 'Richard Murray' ,
10
10
author_email = 'murray@cds.caltech.edu' ,
You can’t perform that action at this time.
0 commit comments