File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 60
60
# built documents.
61
61
#
62
62
# The short X.Y version.
63
- version = u'1.0.4 '
63
+ version = u'1.1.0 '
64
64
# The full version, including alpha/beta/rc tags.
65
- release = u'1.0.4 '
65
+ release = u'1.1.0 '
66
66
67
67
# The language for content autogenerated by Sphinx. Refer to documentation
68
68
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
.. _dev-notes :
2
2
3
- Developer Notes (valid for version 1.0.4 )
3
+ Developer Notes (valid for version 1.1.0 )
4
4
=========================================
5
5
6
6
In :ref: `getting-started-poweruser `, we created a virtual environment from
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Your user will need to be in the docker group on the machine you are running on
48
48
[# ]_. After restarting your machine, command the following in an empty
49
49
directory::
50
50
51
- docker run -ti virtualmicromagnetics/lite:1.0.4 /bin/bash -l
51
+ docker run -ti virtualmicromagnetics/lite:1.1.0 /bin/bash -l
52
52
53
53
This command will download the Full Virtual Micromagnetics container image from
54
54
the Internet to your computer, and start bash in your shell.
You can’t perform that action at this time.
0 commit comments