File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
cmake_minimum_required (VERSION 3.10.0)
4
4
5
- project (openPMD VERSION 0.6.2 ) # LANGUAGES CXX
5
+ project (openPMD VERSION 0.6.3 ) # LANGUAGES CXX
6
6
7
7
# the openPMD "markup"/"schema" standard version
8
8
set (openPMD_STANDARD_VERSION 1.1.0)
Original file line number Diff line number Diff line change 78
78
# built documents.
79
79
#
80
80
# The short X.Y version.
81
- version = u'0.6.2 '
81
+ version = u'0.6.3 '
82
82
# The full version, including alpha/beta/rc tags.
83
- release = u'0.6.2 -alpha'
83
+ release = u'0.6.3 -alpha'
84
84
85
85
# The language for content autogenerated by Sphinx. Refer to documentation
86
86
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ The supported version of the `openPMD standard <https://github.com/openPMD/openP
38
38
======================= ===================================
39
39
openPMD-api version supported openPMD standard versions
40
40
======================= ===================================
41
- ``0.1.0-0.6.2 `` (alpha) ``1.0.0-1.1.0 ``
41
+ ``0.1.0-0.6.3 `` (alpha) ``1.0.0-1.1.0 ``
42
42
``1.0.0+ `` ``1.0.1-1.1.0 `` (not released yet)
43
43
``2.0.0+ `` ``2.0.0+ `` (not released yet)
44
44
======================= ===================================
You can’t perform that action at this time.
0 commit comments