diff options
author | Damien George <damien.p.george@gmail.com> | 2014-11-04 19:04:12 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-11-04 19:04:12 +0000 |
commit | ff8d0e071c4281e7593b4798e92af56bb80f5471 (patch) | |
tree | d6ac5aaf0c88f69bf61c514ed29fab37788f3d5c | |
parent | 0e3722137f1c2c5f4ee6c24829b1f46e62aedf2e (diff) | |
download | micropython-ff8d0e071c4281e7593b4798e92af56bb80f5471.tar.gz micropython-ff8d0e071c4281e7593b4798e92af56bb80f5471.zip |
docs: Bump version to 1.3.6.v1.3.6
This needs to be done before actually tagging the new version.
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 16ae41bec3..9d671f0abd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ copyright = '2014, Damien P. George' # The short X.Y version. version = '1.3' # The full version, including alpha/beta/rc tags. -release = '1.3.5' +release = '1.3.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |