Skip to content

Commit 182a3b3

Browse files
committed
updated documentation
1 parent 20de119 commit 182a3b3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = '1.4'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.4.0'
29+
release = '1.4.2'
3030

3131

3232
# -- General configuration ---------------------------------------------------

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = '1.4'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.4.0'
29+
release = '1.4.2'
3030

3131

3232
# -- General configuration ---------------------------------------------------

docs/source/example-workflow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ We then download the latest version of HRIBO into the newly created project fold
2424

2525
.. code-block:: bash
2626
27-
wget https://github.com/RickGelhausen/HRIBO/archive/1.4.0.tar.gz
28-
tar -xzf 1.4.0.tar.gz; mv HRIBO-1.4.0 HRIBO; rm 1.4.0.tar.gz;
27+
wget https://github.com/RickGelhausen/HRIBO/archive/1.4.2.tar.gz
28+
tar -xzf 1.4.2.tar.gz; mv HRIBO-1.4.2 HRIBO; rm 1.4.2.tar.gz;
2929
3030
Retrieve and prepare input files
3131
================================

docs/source/extended-workflow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ We then download the latest version of HRIBO into the newly created project fold
2525

2626
.. code-block:: bash
2727
28-
wget https://github.com/RickGelhausen/HRIBO/archive/1.4.0.tar.gz
29-
tar -xzf 1.4.0.tar.gz; mv HRIBO-1.4.0 HRIBO; rm 1.4.0.tar.gz;
28+
wget https://github.com/RickGelhausen/HRIBO/archive/1.4.2.tar.gz
29+
tar -xzf 1.4.2.tar.gz; mv HRIBO-1.4.2 HRIBO; rm 1.4.2.tar.gz;
3030
3131
Retrieve and prepare input files
3232
================================

0 commit comments

Comments
 (0)