8000 version 0.6b (pre FRD) · rubencabrera/python-control@1599d16 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 1599d16

Browse files
committed
version 0.6b (pre FRD)
1 parent 43310f7 commit 1599d16

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
* tests/statefbk_test.py (TestStatefbk.setUp): turned off debugging
6262
flag (accidently left on)
6363

64+
---- control-0.6a released -----
65+
6466
2012-10-27 Richard Murray <murray@altura.local>
6567

6668
* src/statefbk.py (acker): small updates to docstring

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '0.6'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.6a'
63+
release = '0.6b'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup
55

66
setup(name = 'control',
7-
version = '0.6a',
7+
version = '0.6b',
88
description = 'Python Control Systems Library',
99
author = 'Richard Murray',
1010
author_email = 'murray@cds.caltech.edu',

0 commit comments

Comments
 (0)
0