diff --git a/docs/conf.py b/docs/conf.py index bdb2a21..b20f151 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,9 +60,9 @@ # built documents. # # The short X.Y version. -version = u'1.0.4' +version = u'1.1.0' # The full version, including alpha/beta/rc tags. -release = u'1.0.4' +release = u'1.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/developer-notes.rst b/docs/developer-notes.rst index a0a4413..864d77c 100644 --- a/docs/developer-notes.rst +++ b/docs/developer-notes.rst @@ -1,6 +1,6 @@ .. _dev-notes: -Developer Notes (valid for version 1.0.4) +Developer Notes (valid for version 1.1.0) ========================================= In :ref:`getting-started-poweruser`, we created a virtual environment from diff --git a/docs/getting-started-user.rst b/docs/getting-started-user.rst index bb7a1f4..de59c69 100644 --- a/docs/getting-started-user.rst +++ b/docs/getting-started-user.rst @@ -48,7 +48,7 @@ Your user will need to be in the docker group on the machine you are running on [#]_. After restarting your machine, command the following in an empty directory:: - docker run -ti virtualmicromagnetics/lite:1.0.4 /bin/bash -l + docker run -ti virtualmicromagnetics/lite:1.1.0 /bin/bash -l This command will download the Full Virtual Micromagnetics container image from the Internet to your computer, and start bash in your shell.