Skip to content

Commit fd06168

Browse files
committed
Post 0.6.2-alpha Changelog Template
Change back to `-dev` versions after 0.6.2 release :)
1 parent 27eef7a commit fd06168

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
Changelog
44
=========
55

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+
627
0.6.2-alpha
728
-----------
829
**Date:** 2018-09-25

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
# built documents.
7979
#
8080
# The short X.Y version.
81-
version = u'0.6.2'
81+
version = u'0.6.3'
8282
# The full version, including alpha/beta/rc tags.
83-
release = u'0.6.2-alpha'
83+
release = u'0.6.3-dev'
8484

8585
# The language for content autogenerated by Sphinx. Refer to documentation
8686
# for a list of supported languages.

include/openPMD/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
// version of the openPMD-api library
2424
#define OPENPMDAPI_VERSION_MAJOR 0
2525
#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"
2828

2929
// maximum supported version of the openPMD standard (read & write)
3030
#define OPENPMD_STANDARD_MAJOR 1

0 commit comments

Comments
 (0)