Skip to content

Commit

Permalink
Set version number
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 21, 2025
1 parent c664d8d commit 201f2bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
`Unreleased <https://github.com/pace-neutrons/Euphonic/compare/v1.4.1...HEAD>`_
`Unreleased <https://github.com/pace-neutrons/Euphonic/compare/v1.4.2...HEAD>`_
-------------------------------------------------------------------------------

`v1.4.2 <https://github.com/pace-neutrons/Euphonic/compare/v1.4.1...v1.4.2>`_
-----------------------------------------------------------------------------

- Bug fixes

- Make Spectrum directly accessible from euphonic.spectra. (This was
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ authors:
given-names: "Jacob S."
title: "Euphonic"
doi: 10.5286/SOFTWARE/EUPHONIC
version: 1.4.1
date-released: 2025-02-13
version: 1.4.2
date-released: 2025-02-21
license: GPL-3.0-only
repository-code: https://github.com/pace-neutrons/Euphonic
url: https://euphonic.readthedocs.io
Expand Down
2 changes: 1 addition & 1 deletion euphonic/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v1.4.1"
__version__ = "v1.4.2"

0 comments on commit 201f2bf

Please sign in to comment.