diff options
author | Damien George <damien.p.george@gmail.com> | 2015-10-21 16:58:52 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-10-21 16:58:52 +0100 |
commit | fe08e3a54fd282a100c00c9f9d4cc87869e711f0 (patch) | |
tree | 0fc6646693bc91cc945bd30280fecae1fb69931b /docs | |
parent | 8fd8bb36b3e77037ba6fcaa23f82358fa4f88c2f (diff) | |
download | micropython-fe08e3a54fd282a100c00c9f9d4cc87869e711f0.tar.gz micropython-fe08e3a54fd282a100c00c9f9d4cc87869e711f0.zip |
docs: Bump version to 1.5.v1.5
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index aebf79d40f..676bc55c37 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ copyright = '2014, Damien P. George' # built documents. # # The short X.Y version. -version = '1.4' +version = '1.5' # The full version, including alpha/beta/rc tags. -release = '1.4.6' +release = '1.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |