Skip to content

Commit

Permalink
Version: 0.1.1-alpha
Browse files Browse the repository at this point in the history
Changelog of the 0.1.1-alpha release and version bump.
  • Loading branch information
ax3l committed Jun 7, 2018
1 parent aca17f8 commit 803fffa
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ Changelog

0.1.1-alpha
-----------
**Date:** TBD
**Date:** 2018-06-07

[Title TBA]
ADIOS1 Build Fixes & Less Flushes

[Short Summary]
We fixed build issues with the ADIOS1 backend.
The number of performed flushes in backends was generally minimized.

Changes to "0.1.0-alpha"
^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
cmake_minimum_required(VERSION 3.10.0)

project(openPMD VERSION 0.1.0) # LANGUAGES CXX
project(openPMD VERSION 0.1.1) # LANGUAGES CXX

# the openPMD "markup"/"schema" standard version
set(openPMD_STANDARD_VERSION 1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export CMAKE_PREFIX_PATH=$HOME/somepath:$CMAKE_PREFIX_PATH
Use the following lines in your projects `CMakeLists.txt`:
```cmake
# supports: COMPONENTS MPI NOMPI HDF5 ADIOS1 ADIOS2
find_package(openPMD 0.1.0 CONFIG)
find_package(openPMD 0.1.1 CONFIG)
if(openPMD_FOUND)
target_link_libraries(YourTarget PRIVATE openPMD::openPMD)
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.1.0'
version = u'0.1.1'
# The full version, including alpha/beta/rc tags.
release = u'0.1.0-alpha'
release = u'0.1.1-alpha'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
14 changes: 7 additions & 7 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ openPMD-api is a library using `semantic versioning <https://semver.org/>`_, sta
The supported version of the `openPMD standard <https://github.com/openPMD/openPMD-standard>`_ are reflected as follows:
``standardMAJOR.apiMAJOR.apiMINOR``.

=================== ===================================
openPMD-api version supported openPMD standard versions
=================== ===================================
``0.1.0+`` (alpha) ``1.0.0-1.1.0``
``1.0.0+`` ``1.X`` (not released yet)
``2.0.0+`` ``2.X`` (not released yet)
=================== ===================================
======================= ===================================
openPMD-api version supported openPMD standard versions
======================= ===================================
``0.1.0-0.1.1`` (alpha) ``1.0.0-1.1.0``
``1.0.0+`` ``1.0.1-1.1.0`` (not released yet)
``2.0.0+`` ``2.0.0+`` (not released yet)
======================= ===================================

************
Installation
Expand Down

0 comments on commit 803fffa

Please sign in to comment.