Skip to content

Commit

Permalink
Merge pull request #274 from phonopy/release
Browse files Browse the repository at this point in the history
Set version 3.5.0
  • Loading branch information
atztogo authored Sep 13, 2024
2 parents 5bfbc41 + 704de3e commit 575c410
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 355 deletions.
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

## Sep-13-2024: Version 3.5

- Maintenance release.

## Aug-23-2024: Version 3.4

- Update for spglib v2.5 and for following the change in phonopy.
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = "3.4"
version = "3.5"
# The full version, including alpha/beta/rc tags.
release = "3.4.0"
release = "3.5.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 1 addition & 4 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ Papers that may introduce phono3py:
[JPCM.35.353001](https://iopscience.iop.org/article/10.1088/1361-648X/acd831)
(open access)


## Documentation

```{toctree}
:maxdepth: 1
:hidden:
install
workflow
examples
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.4.0"
__version__ = "3.5.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"matplotlib>=2.2.2",
"h5py>=3.0",
"spglib>=2.3",
"phonopy>=2.27,<2.28",
"phonopy>=2.28,<2.29",
]
license = { file = "LICENSE" }

Expand Down
7 changes: 0 additions & 7 deletions setup-legacy.cfg

This file was deleted.

340 changes: 0 additions & 340 deletions setup-legacy.py

This file was deleted.

0 comments on commit 575c410

Please sign in to comment.