Skip to content

Commit e6805b3

Browse files
committed
bump version to 6.4 #10852
1 parent 9a1e494 commit e6805b3

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

doc/sphinx-guides/source/conf.py

+2-2
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.3'
71+
version = '6.4'
7272
# The full version, including alpha/beta/rc tags.
73-
release = '6.3'
73+
release = '6.4'
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

+2-1
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.3
10+
- 6.4
11+
- `6.3 </en/6.3/>`__
1112
- `6.2 </en/6.2/>`__
1213
- `6.1 </en/6.1/>`__
1314
- `6.0 </en/6.0/>`__

modules/dataverse-parent/pom.xml

+3-3
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.3</revision>
134+
<revision>6.4</revision>
135135

136136
<target.java.version>17</target.java.version>
137137
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -446,8 +446,8 @@
446446
Once the release has been made (tag created), change this back to "${parsedVersion.majorVersion}.${parsedVersion.nextMinorVersion}"
447447
(These properties are provided by the build-helper plugin below.)
448448
-->
449-
<base.image.version>${parsedVersion.majorVersion}.${parsedVersion.nextMinorVersion}</base.image.version>
450-
<!-- <base.image.version>${revision}</base.image.version> -->
449+
<!--<base.image.version>${parsedVersion.majorVersion}.${parsedVersion.nextMinorVersion}</base.image.version>-->
450+
<base.image.version>${revision}</base.image.version>
451451
</properties>
452452

453453
<build>

0 commit comments

Comments
 (0)