Skip to content

Commit 220a54e

Browse files
author
Thomas Preston
committed
bumped to v0.8.0 - support for servos
1 parent 0dbee27 commit 220a54e

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
Change Log
22
==========
33

4+
v0.8.0
5+
------
6+
- Added servo support.
7+
48
v0.7.4
59
------
610
- Fixed a bug with io_pwm() running three times faster than it should.
711
Fixes #15.
8-
- Added servo support.
912

1013
v0.7.3
1114
------

codebug_tether/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.7.4'
1+
__version__ = '0.8.0'

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
#
5151
# The short X.Y version.
5252
# The short X.Y version.
53-
version = '0.7.3'
53+
version = '0.8.0'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '0.7.3'
55+
release = '0.8.0'
5656

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

firmware/codebug_tether_v0.8.0.cbg

18.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)