diff options
| author | Rapptz <[email protected]> | 2015-08-27 22:15:01 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-08-27 22:15:01 -0400 |
| commit | 5db2b31114c4ddb16e05c54c4d3f6874593fd416 (patch) | |
| tree | db2dfdb5673d2276db52c62c6e5007c2452bb860 /docs/conf.py | |
| parent | Handle GUILD_MEMBER_REMOVE/GUILD_MEMBER_ADD events. (diff) | |
| download | discord.py-5db2b31114c4ddb16e05c54c4d3f6874593fd416.tar.xz discord.py-5db2b31114c4ddb16e05c54c4d3f6874593fd416.zip | |
Version bump to v0.4.0.v0.4.0
Diffstat (limited to 'docs/conf.py')
| -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 2c784de4..4932b961 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ copyright = u'2015, Rapptz' # built documents. # # The short X.Y version. -version = '0.1.0' +version = '0.4.0' # The full version, including alpha/beta/rc tags. -release = '0.1.0' +release = '0.4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |