Skip to content

Commit b20f198

Browse files
committed
Bump version to 6.1
1 parent b15b89f commit b20f198

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

doc/sphinx-guides/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = '6.0'
69+
version = '6.1'
7070
# The full version, including alpha/beta/rc tags.
71-
release = '6.0'
71+
release = '6.1'
7272

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

doc/sphinx-guides/source/versions.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Dataverse Software Documentation Versions
77
This list provides a way to refer to the documentation for previous and future versions of the Dataverse Software. In order to learn more about the updates delivered from one version to another, visit the `Releases <https://github.com/IQSS/dataverse/releases>`__ page in our GitHub repo.
88

99
- pre-release `HTML (not final!) <http://preview.guides.gdcc.io/en/develop/>`__ and `PDF (experimental!) <http://preview.guides.gdcc.io/_/downloads/en/develop/pdf/>`__ built from the :doc:`develop </developers/version-control>` branch :doc:`(how to contribute!) </developers/documentation>`
10-
- 6.0
10+
- 6.1
11+
- `6.0 </en/6.0/>`__
1112
- `5.14 </en/5.14/>`__
1213
- `5.13 </en/5.13/>`__
1314
- `5.12.1 </en/5.12.1/>`__

modules/dataverse-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131

132132
<properties>
133133
<!-- This is a special Maven property name, do not change! -->
134-
<revision>6.0</revision>
134+
<revision>6.1</revision>
135135

136136
<target.java.version>17</target.java.version>
137137
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)