Skip to content

Commit

Permalink
Merge pull request #220 from phonopy/version301
Browse files Browse the repository at this point in the history
Release version 3.0.1
  • Loading branch information
atztogo authored Apr 20, 2024
2 parents 5ee24fc + 60fe227 commit 3d6609d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions c/reciprocal_to_normal.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#endif
#include <math.h>
#include <stdlib.h>
#include <string.h>

#include "lapack_wrapper.h"

Expand Down
4 changes: 4 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Change Log

## Apr-20-2024: Version 3.0.1

- Minor fix to build phono3py C-library on conda-forge.

## Apr-19-2024: Version 3.0.0

This is a major version release. There are backward-incompatible changes.
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = "3.0"
# The full version, including alpha/beta/rc tags.
release = "3.0.0"
release = "3.0.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion phono3py/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

__version__ = "3.0.0"
__version__ = "3.0.1"

0 comments on commit 3d6609d

Please sign in to comment.