Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed Dec 17, 2024
1 parent 1c02b31 commit d71e12d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)

# Also update version in nihtest/__main__.py and pyproject.toml
project(nihtest
VERSION 1.8.0
VERSION 1.9.0
DESCRIPTION "NiH testing framework"
HOMEPAGE_URL "https://github.com/nih-at/nihtest"
LANGUAGES C)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.9.0 [Unreleased]
# 1.9.0 [2024-12-17]

- Fail for unexpeced empty directories.
- Allow specifying existance of directories.
Expand Down
2 changes: 1 addition & 1 deletion nihtest/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from nihtest import Test
from nihtest import Configuration

VERSION = "1.8.0"
VERSION = "1.9.0"


def main():
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nihtest"
version = "1.8.0"
version = "1.9.0"
authors = [
{ name="Dieter Baron", email="dillo@nih.at" },
{ name="Thomas Klausner", email="wiz@gatalith.at"}
Expand All @@ -30,7 +30,7 @@ dependencies = [
nihtest = "nihtest.__main__:main"

[tool.bumpver]
current_version = "1.8.0"
current_version = "1.9.0"
version_pattern = "MAJOR.MINOR.PATCH"

[tool.bumpver.file_patterns]
Expand Down

0 comments on commit d71e12d

Please sign in to comment.