Skip to content

Commit

Permalink
Release: 0.11.1-alpha (#700)
Browse files Browse the repository at this point in the history
Update version and write announcement text in changelog.
  • Loading branch information
ax3l committed Mar 24, 2020
1 parent 4a7536f commit c40292a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ Changelog

0.11.1-alpha
------------
**Date:** TBA
**Date:** 2020-03-24

[Title]
HDF5-1.12, Azimuthal Examples & Tagfile

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

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

Bug Fixes
"""""""""

Other
"""""

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
# The short X.Y version.
version = u'0.11.1'
# The full version, including alpha/beta/rc tags.
release = u'0.11.1-dev'
release = u'0.11.1-alpha'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ openPMD-api version supported openPMD standard versions
======================== ===================================
``2.0.0+`` ``2.0.0+`` (not released yet)
``1.0.0+`` ``1.0.1-1.1.0`` (not released yet)
``0.1.0-0.11.0`` (alpha) ``1.0.0-1.1.0``
``0.1.0-0.11.1`` (alpha) ``1.0.0-1.1.0``
======================== ===================================

.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion include/openPMD/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#define OPENPMDAPI_VERSION_MAJOR 0
#define OPENPMDAPI_VERSION_MINOR 11
#define OPENPMDAPI_VERSION_PATCH 1
#define OPENPMDAPI_VERSION_LABEL "dev"
#define OPENPMDAPI_VERSION_LABEL "alpha"
/** @} */

/** maximum supported version of the openPMD standard (read & write, compile-time)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def build_extension(self, ext):
setup(
name='openPMD-api',
# note PEP-440 syntax: x.y.zaN but x.y.z.devN
version='0.11.1.dev',
version='0.11.1a',
author='Fabian Koller, Franz Poeschel, Axel Huebl',
author_email='[email protected], [email protected], [email protected]',
maintainer='Axel Huebl',
Expand Down

0 comments on commit c40292a

Please sign in to comment.