Skip to content

Commit 2c08be4

Browse files
committed
bump version to 6.5 #10954
1 parent 5499549 commit 2c08be4

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
@@ -68,9 +68,9 @@
6868
# built documents.
6969
#
7070
# The short X.Y version.
71-
version = '6.4'
71+
version = '6.5'
7272
# The full version, including alpha/beta/rc tags.
73-
release = '6.4'
73+
release = '6.5'
7474

7575
# The language for content autogenerated by Sphinx. Refer to documentation
7676
# 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!) </contributor/documentation>`
10-
- 6.4
10+
- 6.5
11+
- `6.4 </en/6.4/>`__
1112
- `6.3 </en/6.3/>`__
1213
- `6.2 </en/6.2/>`__
1314
- `6.1 </en/6.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.4</revision>
134+
<revision>6.5</revision>
135135

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

0 commit comments

Comments
 (0)