Skip to content

Commit 261ed1a

Browse files
committed
Update version number in documentation.
1 parent c53ea46 commit 261ed1a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = u'1.0.4'
63+
version = u'1.1.0'
6464
# The full version, including alpha/beta/rc tags.
65-
release = u'1.0.4'
65+
release = u'1.1.0'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

docs/developer-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _dev-notes:
22

3-
Developer Notes (valid for version 1.0.4)
3+
Developer Notes (valid for version 1.1.0)
44
=========================================
55

66
In :ref:`getting-started-poweruser`, we created a virtual environment from

docs/getting-started-user.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Your user will need to be in the docker group on the machine you are running on
4848
[#]_. After restarting your machine, command the following in an empty
4949
directory::
5050

51-
docker run -ti virtualmicromagnetics/lite:1.0.4 /bin/bash -l
51+
docker run -ti virtualmicromagnetics/lite:1.1.0 /bin/bash -l
5252

5353
This command will download the Full Virtual Micromagnetics container image from
5454
the Internet to your computer, and start bash in your shell.

0 commit comments

Comments
 (0)