Skip to content

Commit 6f23134

Browse files
author
Charles Weir
committed
Finished release 0.4.
2 parents bf445c3 + a92b62b commit 6f23134

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

BrickPython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Change version numbers here and in docs/conf.py. Also edit CHANGES.txt.
2-
__version__ = '0.3.1'
2+
__version__ = '0.4'

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BrickPython Changelog
22

3-
## BrickPython v.4
3+
## BrickPython v0.4
44

55
- Updated PID algorithm so it's independent of the work cycle time.
66
BACKWARDS COMPATIBILITY WARNING: One parameter to the constructor of

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '0.3.1'
60+
version = '0.4'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.3.1beta'
62+
release = '0.4beta'
6363

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

0 commit comments

Comments
 (0)