Skip to content

Commit

Permalink
#343 update version to 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
arporter committed May 30, 2022
1 parent ca72227 commit e085e76
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Modifications by (in alphabetical order):
* P. Elson, UK Met Office
* R. W. Ford, Science & Technology Facilities Council, UK
* M. Hambley, UK Met Office
* J. Henrichs, Australia Bureau of Meteorology
* J. Henrichs, Australian Bureau of Meteorology
* P. Hill, University of York, UK
* I. Kavcic, UK Met Office
* A. R. Porter, Science & Technology Facilities Council, UK
Expand All @@ -16,6 +16,8 @@ Modifications by (in alphabetical order):
* P. Vitt, University of Siegen, Germany
* A. Voysey, UK Met Office

## Release 0.0.15 (30/05/2022) ##

19/05/2022 PR #340 - clears existing symbol table when a new Parser is
requested.

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# News #

* 30/05/2022 Version 0.0.15 released. See the [CHANGELOG](CHANGELOG.md)
for details.
* 10/03/2022 Version 0.0.14 released. See the [CHANGELOG](CHANGELOG.md)
for details.
* 02/11/2021 Version 0.0.13 released. See the [CHANGELOG](CHANGELOG.md)
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0.14'
version = '0.0.15'
# The full version, including alpha/beta/rc tags.
release = '0.0.14'
release = '0.0.15'

# 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 @@ -103,7 +103,7 @@

MAJOR = 0
MINOR = 0
MICRO = 14
MICRO = 15
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

if __name__ == '__main__':
Expand Down

0 comments on commit e085e76

Please sign in to comment.