Skip to content

Commit

Permalink
Version: Unique without Suffix
Browse files Browse the repository at this point in the history
0.1.0-alpha
0.1.1-alpha
0.1.2-alpha

...
0.X.0-beta
0.X.1-beta
...

1.0.0 (stable)
  • Loading branch information
ax3l committed Jun 6, 2018
1 parent 9e0328a commit afe1a9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Changelog
=========

0.1.0-alpha1
------------
0.1.0-alpha
-----------
**Date:** 2018-06-06

This is the first developer release of openPMD-api.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
# The short X.Y version.
version = u'0.1.0'
# The full version, including alpha/beta/rc tags.
release = u'0.1.0-alpha1'
release = u'0.1.0-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 include/openPMD/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define OPENPMDAPI_VERSION_MAJOR 0
#define OPENPMDAPI_VERSION_MINOR 1
#define OPENPMDAPI_VERSION_PATCH 0
#define OPENPMDAPI_VERSION_LABEL "alpha1"
#define OPENPMDAPI_VERSION_LABEL "alpha"

// maximum supported version of the openPMD standard (read & write)
#define OPENPMD_STANDARD_MAJOR 1
Expand Down

0 comments on commit afe1a9e

Please sign in to comment.