diff --git a/docs/conf.py b/docs/conf.py index 28a4b4e6b..a902d0ecf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,9 +56,10 @@ author = 'Steve Pulec' # built documents. # # The short X.Y version. -version = '0.4.10' +import moto +version = moto.__version__ # The full version, including alpha/beta/rc tags. -release = '0.4.10' +release = moto.__version__ # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.