Skip to content

Commit

Permalink
Post-release developer version numbering
Browse files Browse the repository at this point in the history
Signed-off by: David Rowenhorst <[email protected]>
  • Loading branch information
drowenhorst-nrl committed Feb 2, 2024
1 parent 0036e90 commit dc3b606
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ Changelog
All notable changes to PyEBSDIndex will be documented in this file. The format is based
on `Keep a Changelog <https://keepachangelog.com/en/1.1.0>`_.

0.2.2dev
==================
Added
-----


Changed
-------


Removed
-------


Fixed
-----


0.2.1 (2024-01-29)
==================
Added
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Post-release action
- Monitor the `documentation build
<https://readthedocs.org/projects/pyebsdindex/builds>`_ to ensure that the new stable
documentation is successfully built from the release.
- Make a post-release PR to ``main`` with ``__version__`` updated (or reverted), e.g. to
"0.4.dev0", and any updates to this guide if necessary.
- Make a post-release PR to ``main`` with ``__version__`` in ``__init__.py`` updated (or reverted),
and in ``CHANGELOG.rst`` e.g. to "0.4.dev0", and any updates to this guide if necessary
- Tidy up GitHub issues.
2 changes: 1 addition & 1 deletion pyebsdindex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]
__description__ = "Python based tool for Radon based EBSD indexing"
__name__ = "pyebsdindex"
__version__ = "0.2.1"
__version__ = "0.2.2dev"


# Try to import only once
Expand Down

0 comments on commit dc3b606

Please sign in to comment.