Skip to content

Commit 7d6a592

Browse files
committed
Incremented version to v0.3.4
1 parent 9c6ab28 commit 7d6a592

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/source/download.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Download
33

44
Current Version
55
^^^^^^^^^^^^^^^
6-
* Download MyData for Windows: `MyData_v0.3.3.exe <https://github.com/monash-merc/mydata/releases/download/v0.3.3/MyData_v0.3.3.exe>`_
7-
* Download MyData for Mac OS X: `MyData.v0.3.3.dmg <https://github.com/monash-merc/mydata/releases/download/v0.3.3/MyData_v0.3.3.dmg>`_
8-
* v0.3.3 Release Notes: https://github.com/monash-merc/mydata/releases/tag/v0.3.3
6+
* Download MyData for Windows: `MyData_v0.3.4.exe <https://github.com/monash-merc/mydata/releases/download/v0.3.4/MyData_v0.3.4.exe>`_
7+
* Download MyData for Mac OS X: `MyData.v0.3.4.dmg <https://github.com/monash-merc/mydata/releases/download/v0.3.4/MyData_v0.3.4.dmg>`_
8+
* v0.3.4 Release Notes: https://github.com/monash-merc/mydata/releases/tag/v0.3.4
99

1010
Previous Version
1111
^^^^^^^^^^^^^^^^

docs/source/mytardis-prerequisites.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MyTardis Prerequisites
22
======================
33

4-
For MyData v0.3.3 you should use the "MyData_v0.3.2" tag of MyTardis, i.e.
4+
For MyData v0.3.4 you should use the "MyData_v0.3.2" tag of MyTardis, i.e.
55

66
::
77

@@ -15,7 +15,7 @@ MyData requires the "mydata" MyTardis app to be installed on the MyTardis server
1515
This app, and its installation instructions can be found here:
1616
https://github.com/wettenhj/mytardis-app-mydata/blob/master/README.md
1717

18-
For MyData v0.3.3, you should use the "MyData_v0.3.2" tag of
18+
For MyData v0.3.4, you should use the "MyData_v0.3.2" tag of
1919
"mytardis-app-mydata", i.e.
2020

2121
::

mydata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mydata/__init__.py
33
"""
44

5-
__version__ = "0.3.3"
5+
__version__ = "0.3.4"
66

77
import sys
88

0 commit comments

Comments
 (0)