openPMD / openPMD-api

:floppy_disk: C++ & Python API for Scientific I/O
https://openpmd-api.readthedocs.io
GNU Lesser General Public License v3.0
134 stars 51 forks source link

release 0.15.1 wrong patchlevel in version.hpp #1454

Closed psychocoderHPC closed 10 months ago

psychocoderHPC commented 1 year ago

For the release 0.15.1 the value for OPENPMDAPI_VERSION_PATCH was not updated and is therefore reporting the wrong patch level.

https://github.com/openPMD/openPMD-api/blob/32cb87d1b0012493287204d7a8c78af9a1141710/include/openPMD/version.hpp#L32

s-sajid-ali commented 1 year ago

This was fixed in spack: https://github.com/spack/spack/pull/36662

ax3l commented 1 year ago

Thank you for the report. We are already aware of this, fixed it in pkgs managers and will fix it in 0.15.2.

We also work on an update script to avoid this in the future: #1467

ax3l commented 10 months ago

Will be fixed in #1507 for 0.15.2

Patch for 0.15.1: https://github.com/openPMD/openPMD-api/pull/1414#issuecomment-1497787590