Skip to content

Commit a9eed9e

Browse files
committed
updated version number
1 parent 9ba8972 commit a9eed9e

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2012-11-02 Richard Murray <murray@altura.local>
22

3+
* doc/conf.py, setup.py: updated version number to 0.6c
4+
35
* tests/frd_test.py: unit tests for FRD data type
46
(suite): added suite() function to allow test_all.py to work
57

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.6b'
63+
release = '0.6c'
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.6b',
7+
version = '0.6c',
88
description = 'Python Control Systems Library',
99
author = 'Richard Murray',
1010
author_email = 'murray@cds.caltech.edu',

0 commit comments

Comments
 (0)