Skip to content

Commit

Permalink
Merge pull request #131 from aglavic/release
Browse files Browse the repository at this point in the history
minor version 1.2.1 release
  • Loading branch information
aglavic authored Jul 23, 2024
2 parents 7eef00e + 6ed4c8e commit b2d8417
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
History
=======

1.2.1 (2024-07-01)
------------------

* Add full compatibility with standard Python dataclasses.
* Add scripts to convert text to binary format and back (orsopy.ort2orb and orsopy.orb2ort).
* Multiple updates to documentation.
* Fix column header line for multi-dataset files written wrongly #128.
* Fix some issues with validation and schema generation.
* Fix bug in NeXus file writer for certain header configurations.

1.2.0 (2024-02-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion orsopy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Top-level package for orsopy."""

__version__ = "1.2.0"
__version__ = "1.2.1"

0 comments on commit b2d8417

Please sign in to comment.