Skip to content

Commit

Permalink
version number bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed May 24, 2021
1 parent f16e063 commit aaa1815
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ 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-ucl/galore/compare/0.6.1...HEAD>`__
`Unreleased <https://github.com/smtg-ucl/galore/compare/0.6.2...HEAD>`__
-------------------------------------------------------------------------

`[0.6.2] <https://github.com/smtg-ucl/galore/compare/0.6.1...0.6.2>`__ - 2021-05-24
-----------------------------------------------------------------------------------
- Updated setup.py to add a [vasp] extra; this handles Pymatgen
installation which can be tricky on older Python versions.
- Update the [vasp] extra to handle some compatibility breaks between
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ authors:
doi: 10.5281/zenodo.1491826
repository-code: https://github.com/smtg-ucl/galore
title: Galore
version: 0.6.1
date-released: 2018-04-17
version: 0.6.2
date-released: 2021-05-24
programming-languages:
- python
license: GPL-3.0-or-later
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.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.1'
release = '0.6.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.6.1',
version='0.6.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 aaa1815

Please sign in to comment.