Skip to content

Commit

Permalink
95 prepare release 270 (#112)
Browse files Browse the repository at this point in the history
* updated gitignore, readme, whatsnew
* bumpversion
  • Loading branch information
veenstrajelmer authored Aug 3, 2023
1 parent 3ed31b7 commit 1002971
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.6.2
current_version = 2.7.0
commit = True
tag = True

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ venv.bak/

# mkdocs documentation
/site
/docs/README.md

# mypy
.mypy_cache/
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ authors:
orcid: https://orcid.org/0000-0002-6349-818X
title: "hatyan: tidal analysis and prediction"
type: software
version: 2.6.2
version: 2.7.0
doi: https://doi.org/10.5281/zenodo.6885342
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[![generate-documentation](https://github.com/Deltares/hatyan/actions/workflows/generate-documentation.yml/badge.svg)](https://github.com/Deltares/hatyan/actions/workflows/generate-documentation.yml)
[![codecov](https://img.shields.io/codecov/c/github/deltares/hatyan.svg?style=flat-square)](https://app.codecov.io/gh/deltares/hatyan)
[![pytest-hmcenv](https://github.com/Deltares/hatyan/actions/workflows/pytest-hmcenv.yml/badge.svg?branch=main)](https://github.com/Deltares/hatyan/actions/workflows/pytest-devenv.yml)
[![pytest-py38](https://github.com/Deltares/hatyan/actions/workflows/pytest-py38.yml/badge.svg?branch=main)](https://github.com/Deltares/hatyan/actions/workflows/pytest-py38.yml)
Expand Down
2 changes: 1 addition & 1 deletion docs/whats-new.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 2.7.0 (2023-08-03)

### Feat
- added py38/py310/py311 testbanks by [@veenstrajelmer](https://github.com/veenstrajelmer) in [#89](https://github.com/Deltares/hatyan/pull/89)
Expand Down
2 changes: 1 addition & 1 deletion hatyan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__author__ = """Jelmer Veenstra"""
__email__ = '[email protected]'
__version__ = '2.6.2'
__version__ = '2.7.0'

from hatyan.analysis_prediction import *
from hatyan.astrog import *
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = hatyan
version = 2.6.2
version = 2.7.0
author = Jelmer Veenstra
author_email = [email protected]
description = hatyan is a tidal analysis and prediction tool of Rijkswaterstaat
Expand Down

0 comments on commit 1002971

Please sign in to comment.