Skip to content

Commit 6b76485

Browse files
authored
Release: 0.11.0-alpha (#692)
Update version and write announcement text in changelog.
1 parent 4f8c276 commit 6b76485

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

CHANGELOG.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ Changelog
55

66
0.11.0-alpha
77
------------
8-
**Date:** TBA
8+
**Date:** 2020-03-05
99

10-
[Title]
10+
Robust Independent I/O
1111

12-
[Summary]
12+
This release improves MPI-parallel I/O with HDF5 and ADIOS.
13+
ADIOS2 is now the default backend for handing ``.bp`` files.
1314

1415
Changes to "0.10.3-alpha"
1516
^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -59,7 +60,7 @@ Other
5960
- migrate static checks for python code to GitHub actions #660
6061
- add MPICH tests to CI #670
6162
- ``Attribute`` constructor: move argument into place #663
62-
- Spack: ADIOS1 backend now enabled by default #664
63+
- Spack: ADIOS2 backend now enabled by default #664 #676
6364
- add independent HDF5 write test to CI #669
6465
- add test of multiple active ``Series`` #686
6566

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
# The short X.Y version.
8181
version = u'0.11.0'
8282
# The full version, including alpha/beta/rc tags.
83-
release = u'0.11.0-dev'
83+
release = u'0.11.0-alpha'
8484

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

docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ openPMD-api version supported openPMD standard versions
4343
======================== ===================================
4444
``2.0.0+`` ``2.0.0+`` (not released yet)
4545
``1.0.0+`` ``1.0.1-1.1.0`` (not released yet)
46-
``0.1.0-0.10.3`` (alpha) ``1.0.0-1.1.0``
46+
``0.1.0-0.11.0`` (alpha) ``1.0.0-1.1.0``
4747
======================== ===================================
4848

4949
.. toctree::

include/openPMD/version.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define OPENPMDAPI_VERSION_MAJOR 0
3030
#define OPENPMDAPI_VERSION_MINOR 11
3131
#define OPENPMDAPI_VERSION_PATCH 0
32-
#define OPENPMDAPI_VERSION_LABEL "dev"
32+
#define OPENPMDAPI_VERSION_LABEL "alpha"
3333
/** @} */
3434

3535
/** maximum supported version of the openPMD standard (read & write, compile-time)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def build_extension(self, ext):
143143
setup(
144144
name='openPMD-api',
145145
# note PEP-440 syntax: x.y.zaN but x.y.z.devN
146-
version='0.11.0.dev',
146+
version='0.11.0a',
147147
author='Fabian Koller, Franz Poeschel, Axel Huebl',
148148
149149
maintainer='Axel Huebl',

0 commit comments

Comments
 (0)