Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Oct 7, 2024
1 parent 80d0d56 commit 7454ae3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@ Notable changes are logged here by release. This project uses `Semantic
Versioning <http://semver.org/>`__. The changelog format is inspired by
`keep-a-changelog <https://github.com/olivierlacan/keep-a-changelog>`__.

`Unreleased <https://github.com/smtg-bham/galore/compare/0.9.1...HEAD>`__
`Unreleased <https://github.com/smtg-bham/galore/compare/0.9.2...HEAD>`__
-------------------------------------------------------------------------

`[0.9.2] <https://github.com/smtg-bham/galore/compare/0.9.1...0.9.2>`__
-------------------------------------------------------------------------
- Fix galore-plot-cs import error (@ajjackson)


`[0.9.1] <https://github.com/smtg-bham/galore/compare/0.9.0...0.9.1>`__
-------------------------------------------------------------------------
(galore-plot-cs is broken in this release - use 0.9.2)

- Deal with matplotlib compatibility issues (@ajjackson)

- 3.6 deprecation/rename of seaborn-colorblind
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ authors:
doi: 10.5281/zenodo.1491826
repository-code: https://github.com/smtg-ucl/galore
title: Galore
version: 0.9.1
version: 0.9.2
date-released: 2023-02-28
programming-languages:
- python
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# The short X.Y version.
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.9.1'
release = '0.9.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def unit_tests():

setup(
name='galore',
version='0.9.1',
version='0.9.2',
description='Broadening and weighting for simulated spectra',
long_description="""
Apply Gaussian and Lorentzian broadening to data from ab initio
Expand Down

0 comments on commit 7454ae3

Please sign in to comment.