File tree 3 files changed +25
-4
lines changed
3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
6
+ 0.6.3-alpha
7
+ -----------
8
+ **Date: ** TBA
9
+
10
+ [Title]
11
+
12
+ [Summary]
13
+
14
+ Changes to "0.6.2-alpha"
15
+ ^^^^^^^^^^^^^^^^^^^^^^^^
16
+
17
+ Features
18
+ """"""""
19
+
20
+ Bug Fixes
21
+ """""""""
22
+
23
+ Other
24
+ """""
25
+
26
+
6
27
0.6.2-alpha
7
28
-----------
8
29
**Date: ** 2018-09-25
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-dev '
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 23
23
// version of the openPMD-api library
24
24
#define OPENPMDAPI_VERSION_MAJOR 0
25
25
#define OPENPMDAPI_VERSION_MINOR 6
26
- #define OPENPMDAPI_VERSION_PATCH 2
27
- #define OPENPMDAPI_VERSION_LABEL " alpha "
26
+ #define OPENPMDAPI_VERSION_PATCH 3
27
+ #define OPENPMDAPI_VERSION_LABEL " dev "
28
28
29
29
// maximum supported version of the openPMD standard (read & write)
30
30
#define OPENPMD_STANDARD_MAJOR 1
You can’t perform that action at this time.
0 commit comments