Skip to content

Commit

Permalink
Version number bump - 0.7.0 (#39)
Browse files Browse the repository at this point in the history
* Version number bump (0.7.0)

- Deprecate Python 3.4, so we can have more confidence in Github CI to catch problems.
  • Loading branch information
ajjackson authored Jul 16, 2021
1 parent 0e67a8a commit 222f3f0
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.2...HEAD>`__
`Unreleased <https://github.com/smtg-ucl/galore/compare/0.7.0...HEAD>`__
-------------------------------------------------------------------------

`[0.7.0] <https://github.com/smtg-ucl/galore/compare/0.6.2...0.7.0>`__ - 2021-07-06
-----------------------------------------------------------------------------------
- Continuous integration has been migrated from Travis to Github Actions
- Minimum Python version has been increased to 3.5.

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors:
doi: 10.5281/zenodo.1491826
repository-code: https://github.com/smtg-ucl/galore
title: Galore
version: 0.6.2
version: 0.7.0
date-released: 2021-05-24
programming-languages:
- python
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '0.6'
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.6.2'
release = '0.7.0'

# 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.2',
version='0.7.0',
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 222f3f0

Please sign in to comment.