diff options
author | Damien George <damien.p.george@gmail.com> | 2015-09-23 17:16:22 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-09-23 17:16:22 +0100 |
commit | 5572f735b65cb4704725966d5437564501ceb673 (patch) | |
tree | e3cda2a94999613a7f04843554608fed5ba02c80 /docs/conf.py | |
parent | e632b1fda71fd6c306b47b32c385dfdb1037e77c (diff) | |
download | micropython-5572f735b65cb4704725966d5437564501ceb673.tar.gz micropython-5572f735b65cb4704725966d5437564501ceb673.zip |
docs: Bump version to 1.4.6.v1.4.6
Diffstat (limited to 'docs/conf.py')
-rwxr-xr-x | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 1c60bd98ce..9f3a252578 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ copyright = '2014, Damien P. George' # The short X.Y version. version = '1.4' # The full version, including alpha/beta/rc tags. -release = '1.4.5' +release = '1.4.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |