Skip to content

Commit 9686ab8

Browse files
authored
Merge pull request #9004 from IQSS/8980-5.12-version-bump
bump version to 5.12
2 parents cd63785 + 7f0e108 commit 9686ab8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

doc/sphinx-guides/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = '5.11.1'
69+
version = '5.12'
7070
# The full version, including alpha/beta/rc tags.
71-
release = '5.11.1'
71+
release = '5.12'
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

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Dataverse Software Documentation Versions
66

77
This list provides a way to refer to the documentation for previous 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

9-
- 5.11.1
9+
- 5.12
10+
- `5.11.1 </en/5.11.1/>`__
1011
- `5.11 </en/5.11/>`__
1112
- `5.10.1 </en/5.10.1/>`__
1213
- `5.10 </en/5.10/>`__

modules/dataverse-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129

130130
<properties>
131131
<!-- This is a special Maven property name, do not change! -->
132-
<revision>5.11.1</revision>
132+
<revision>5.12</revision>
133133

134134
<target.java.version>11</target.java.version>
135135
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)