diff options
author | chriseth <chris@ethereum.org> | 2017-01-13 20:57:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-13 20:57:30 +0800 |
commit | 392ef5f4e1878880642674b330a9ac2c42f41bb6 (patch) | |
tree | cad6b5ea2942fd5b062b39f6277c5a7bebcf11f5 /docs | |
parent | e22672b7c739dde9f37a919e63245abda4b1fc89 (diff) | |
parent | 10c2df8b33115eb1806cd3796c20c295e8e6f38d (diff) | |
download | dexon-solidity-392ef5f4e1878880642674b330a9ac2c42f41bb6.tar dexon-solidity-392ef5f4e1878880642674b330a9ac2c42f41bb6.tar.gz dexon-solidity-392ef5f4e1878880642674b330a9ac2c42f41bb6.tar.bz2 dexon-solidity-392ef5f4e1878880642674b330a9ac2c42f41bb6.tar.lz dexon-solidity-392ef5f4e1878880642674b330a9ac2c42f41bb6.tar.xz dexon-solidity-392ef5f4e1878880642674b330a9ac2c42f41bb6.tar.zst dexon-solidity-392ef5f4e1878880642674b330a9ac2c42f41bb6.zip |
Merge pull request #1563 from ethereum/updateVersion
Update version to 0.4.9.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index ecabbb86..85fc3677 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,9 +56,9 @@ copyright = '2016, Ethereum' # built documents. # # The short X.Y version. -version = '0.4.8' +version = '0.4.9' # The full version, including alpha/beta/rc tags. -release = '0.4.8-develop' +release = '0.4.9-develop' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |