Skip to content

Commit

Permalink
Version 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanoGuerrini committed Apr 11, 2024
1 parent 47fcb27 commit e14215f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

Version 2.13
-----------
* Fixed missing exception case that could lead to empty files

Version 2.12
-----------
* Removed URL reading from file .hdarc
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
copyright = "2023, ECMWF"
author = "ECMWF"

release = "2.12"
version = "2.12"
release = "2.13"
version = "2.13"

# -- General configuration

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def read(fname):
return io.open(file_path, encoding="utf-8").read()


version = "2.12"
version = "2.13"

setuptools.setup(
name="hda",
Expand Down

0 comments on commit e14215f

Please sign in to comment.