From 10029716d7b3e9b902ddd063c78b09a8849f9947 Mon Sep 17 00:00:00 2001 From: veenstrajelmer <60435591+veenstrajelmer@users.noreply.github.com> Date: Thu, 3 Aug 2023 12:46:16 +0200 Subject: [PATCH] 95 prepare release 270 (#112) * updated gitignore, readme, whatsnew * bumpversion --- .bumpversion.cfg | 2 +- .gitignore | 1 + CITATION.cff | 2 +- README.md | 1 - docs/whats-new.md | 2 +- hatyan/__init__.py | 2 +- setup.cfg | 2 +- 7 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index adacc339..97cc9ea0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.6.2 +current_version = 2.7.0 commit = True tag = True diff --git a/.gitignore b/.gitignore index 1b10bbcd..a1b1c67e 100644 --- a/.gitignore +++ b/.gitignore @@ -121,6 +121,7 @@ venv.bak/ # mkdocs documentation /site +/docs/README.md # mypy .mypy_cache/ diff --git a/CITATION.cff b/CITATION.cff index 48167575..fc9b3951 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/README.md b/README.md index c6473284..94963943 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/whats-new.md b/docs/whats-new.md index eddd26a0..ca9e1484 100644 --- a/docs/whats-new.md +++ b/docs/whats-new.md @@ -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) diff --git a/hatyan/__init__.py b/hatyan/__init__.py index c5a38450..1e711c87 100644 --- a/hatyan/__init__.py +++ b/hatyan/__init__.py @@ -5,7 +5,7 @@ __author__ = """Jelmer Veenstra""" __email__ = 'jelmer.veenstra@deltares.nl' -__version__ = '2.6.2' +__version__ = '2.7.0' from hatyan.analysis_prediction import * from hatyan.astrog import * diff --git a/setup.cfg b/setup.cfg index c34cd173..91099b92 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = hatyan -version = 2.6.2 +version = 2.7.0 author = Jelmer Veenstra author_email = Jelmer.Veenstra@Deltares.nl description = hatyan is a tidal analysis and prediction tool of Rijkswaterstaat