Skip to content

Commit

Permalink
Prepare v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lan496 committed Nov 6, 2022
1 parent 36d570b commit ba3b747
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions admin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Releasing a new Spglib version

1. Update <doc/releases.md>
2. Increment version at <src/version.h>
3. Push the commit to `rc` branch (Github actions publishes the package to TestPyPI automatically)
4. Push the commit to `master` branch (Github actions publishes the package to PyPI automatically)
5 changes: 5 additions & 0 deletions doc/releases.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

# Summary of releases

## V2.0.2 (6 Nov. 2022)

- Fix segmentation fault in `spgms_get_symmetry_with_site_tensors` with high symprec [[#195]](https://github.com/spglib/spglib/pull/195)
- Fix possible segmentation fault in `get_magnetic_dataset` with high symprec [[#196]](https://github.com/spglib/spglib/pull/196)

## V2.0.1 (31 Aug. 2022)

- Fix magnetic tolerance for judging type-II MSG (#187)
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@

#define SPGLIB_MAJOR_VERSION 2
#define SPGLIB_MINOR_VERSION 0
#define SPGLIB_MICRO_VERSION 1
#define SPGLIB_MICRO_VERSION 2

#endif

0 comments on commit ba3b747

Please sign in to comment.