Skip to content

Commit 258ef68

Browse files
Change version to 0.18.0-dev (#1844)
1 parent e62bfbf commit 258ef68

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ contact:
3737
orcid: https://orcid.org/0000-0003-1943-7141
3838
3939
title: "openPMD-api: C++ & Python API for Scientific I/O with openPMD"
40-
version: 0.17.0
40+
version: 0.18.0-dev
4141
repository-code: https://github.com/openPMD/openPMD-api
4242
doi: 10.14278/rodare.27
4343
license: LGPL-3.0-or-later

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
cmake_minimum_required(VERSION 3.22.0)
44

5-
project(openPMD VERSION 0.17.0) # LANGUAGES CXX
5+
project(openPMD VERSION 0.18.0) # LANGUAGES CXX
66

77
# the openPMD "markup"/"schema" standard version
88
set(openPMD_STANDARD_VERSION 1.1.0)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ export CMAKE_PREFIX_PATH=$HOME/somepath:$CMAKE_PREFIX_PATH
304304
Use the following lines in your project's `CMakeLists.txt`:
305305
```cmake
306306
# supports: COMPONENTS MPI NOMPI HDF5 ADIOS2
307-
find_package(openPMD 0.17.0 CONFIG)
307+
find_package(openPMD 0.18.0 CONFIG)
308308
309309
if(openPMD_FOUND)
310310
target_link_libraries(YourTarget PRIVATE openPMD::openPMD)
@@ -332,7 +332,7 @@ set(openPMD_INSTALL OFF) # or instead use:
332332
set(openPMD_USE_PYTHON OFF)
333333
FetchContent_Declare(openPMD
334334
GIT_REPOSITORY "https://github.com/openPMD/openPMD-api.git"
335-
GIT_TAG "0.17.0")
335+
GIT_TAG "0.18.0")
336336
FetchContent_MakeAvailable(openPMD)
337337
```
338338

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@
9191
# built documents.
9292
#
9393
# The short X.Y version.
94-
version = u'0.17.0'
94+
version = u'0.18.0'
9595
# The full version, including alpha/beta/rc tags.
96-
release = u'0.17.0'
96+
release = u'0.18.0-dev'
9797

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

docs/source/dev/linking.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use the following lines in your project's ``CMakeLists.txt``:
2323
.. code-block:: cmake
2424
2525
# supports: COMPONENTS MPI NOMPI HDF5 ADIOS2
26-
find_package(openPMD 0.17.0 CONFIG)
26+
find_package(openPMD 0.18.0 CONFIG)
2727
2828
if(openPMD_FOUND)
2929
target_link_libraries(YourTarget PRIVATE openPMD::openPMD)
@@ -53,7 +53,7 @@ Just replace the ``add_subdirectory`` call with:
5353
set(openPMD_USE_PYTHON OFF)
5454
FetchContent_Declare(openPMD
5555
GIT_REPOSITORY "https://github.com/openPMD/openPMD-api.git"
56-
GIT_TAG "0.17.0")
56+
GIT_TAG "0.18.0")
5757
FetchContent_MakeAvailable(openPMD)
5858
5959

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ openPMD-api version supported openPMD standard versions
4444
======================== ===================================
4545
``2.0.0+`` ``2.0.0+`` (not released yet)
4646
``1.0.0+`` ``1.0.1-1.1.0`` (not released yet)
47-
``0.13.1-0.17.0`` (beta) ``1.0.0-1.1.0``
47+
``0.13.1-0.18.0`` (beta) ``1.0.0-1.1.0``
4848
``0.1.0-0.12.0`` (alpha) ``1.0.0-1.1.0``
4949
======================== ===================================
5050

include/openPMD/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
* @{
2929
*/
3030
#define OPENPMDAPI_VERSION_MAJOR 0
31-
#define OPENPMDAPI_VERSION_MINOR 17
31+
#define OPENPMDAPI_VERSION_MINOR 18
3232
#define OPENPMDAPI_VERSION_PATCH 0
33-
#define OPENPMDAPI_VERSION_LABEL ""
33+
#define OPENPMDAPI_VERSION_LABEL "dev"
3434
/** @} */
3535

3636
/** maximum supported version of the openPMD standard (read & write,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def build_extension(self, ext):
181181
setup(
182182
name='openPMD-api',
183183
# note PEP-440 syntax: x.y.zaN but x.y.z.devN
184-
version='0.17.0',
184+
version='0.18.0.dev',
185185
author='Axel Huebl, Franz Poeschel, Fabian Koller, Junmin Gu',
186186
187187
maintainer='Axel Huebl',

test/SerialIOTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6617,7 +6617,7 @@ void adios2_bp5_no_steps(bool usesteps)
66176617
IO.DefineAttribute("/openPMD", std::string("1.1.0"));
66186618
IO.DefineAttribute("/openPMDextension", uint32_t(0));
66196619
IO.DefineAttribute("/software", std::string("openPMD-api"));
6620-
IO.DefineAttribute("/softwareVersion", std::string("0.17.0"));
6620+
IO.DefineAttribute("/softwareVersion", std::string("0.18.0-dev"));
66216621

66226622
IO.DefineAttribute("/data/0/dt", double(1));
66236623
IO.DefineAttribute(

0 commit comments

Comments
 (0)