Skip to content

Commit c40292a

Browse files
authored
Release: 0.11.1-alpha (#700)
Update version and write announcement text in changelog.
1 parent 4a7536f commit c40292a

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

CHANGELOG.rst

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

66
0.11.1-alpha
77
------------
8-
**Date:** TBA
8+
**Date:** 2020-03-24
99

10-
[Title]
10+
HDF5-1.12, Azimuthal Examples & Tagfile
1111

12-
[Summary]
12+
This release adds support for the latest HDF5 release.
13+
Also, we add versioned Doxygen and a tagfile for external docs to our online manual.
1314

1415
Changes to "0.11.0-alpha"
1516
^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -20,9 +21,6 @@ Features
2021
- HDF5: Support 1.12 release #696
2122
- Doxygen: per-version index in Sphinx pages #697
2223

23-
Bug Fixes
24-
"""""""""
25-
2624
Other
2725
"""""
2826

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
# The short X.Y version.
8585
version = u'0.11.1'
8686
# The full version, including alpha/beta/rc tags.
87-
release = u'0.11.1-dev'
87+
release = u'0.11.1-alpha'
8888

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

docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ openPMD-api version supported openPMD standard versions
4242
======================== ===================================
4343
``2.0.0+`` ``2.0.0+`` (not released yet)
4444
``1.0.0+`` ``1.0.1-1.1.0`` (not released yet)
45-
``0.1.0-0.11.0`` (alpha) ``1.0.0-1.1.0``
45+
``0.1.0-0.11.1`` (alpha) ``1.0.0-1.1.0``
4646
======================== ===================================
4747

4848
.. 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 1
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.1.dev',
146+
version='0.11.1a',
147147
author='Fabian Koller, Franz Poeschel, Axel Huebl',
148148
149149
maintainer='Axel Huebl',

0 commit comments

Comments
 (0)