Skip to content

Commit

Permalink
prepare for version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carnisj committed Mar 18, 2023
1 parent 706cd8a commit 7025506
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bcdi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# authors:
# Jerome Carnis, [email protected]
"""The main bcdi package, which contains the whole framework."""
__version__ = "0.3.0"
__version__ = "0.3.1"

from subprocess import PIPE, Popen

Expand Down
6 changes: 4 additions & 2 deletions doc/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Future:
-------
Version 0.3.1:
--------------

* Update dependencies.

* Allow the config parameter 'frames_pattern' to be a list containing only the indices
of the detector frames to skip.
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Changelog
=========

.. include:: HISTORY.rst
:end-before: Version 0.2.5
:end-before: Version 0.2.8

See the full :doc:`Changelog<HISTORY>`

Expand Down

0 comments on commit 7025506

Please sign in to comment.