Skip to content

Commit

Permalink
Merge pull request #161 from andthum/chore/release/v0.5.0
Browse files Browse the repository at this point in the history
Prepare New Release (`0.5.0`)
  • Loading branch information
andthum authored Feb 2, 2024
2 parents 678e3e0 + 50bf70b commit 7c9f3ab
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ repos:
- id: "check-pre-commit-ci-config"

- repo: "https://github.com/python-jsonschema/check-jsonschema"
rev: "0.27.3"
rev: "0.27.4"
hooks:
# Validate Dependabot Config (v2) against the schema provided by
# SchemaStore.
Expand Down Expand Up @@ -193,7 +193,7 @@ repos:
- "pep8-naming >=0.1, <1.0"

- repo: "https://github.com/PyCQA/bandit"
rev: "1.7.6"
rev: "1.7.7"
hooks:
# Check code security with bandit.
- id: "bandit"
Expand Down
4 changes: 4 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Upcoming release
`[project]` section in `pyproject.toml`.
* Andreas Thum

0.5.0

* Andreas Thum

0.4.0

* Andreas Thum
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
# Keep in sync with CITATION.cff and AUTHORS.rst!
name = "hpcss"
version = "0.4.0"
version = "0.5.0"
description = "Slurm scripts to run and analyze MD simulations on HPC clusters"
readme = "README.rst"
requires-python = ">=3.8, <3.12"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ flake8-rst-docstrings >=0.2.6, <1.0
isort >=5.0, <6.0
pep8-naming >=0.1, <1.0
pre-commit >=3.0, <4.0
pytest >=7.0, <8.0
pytest >=8.0, <9.0
shellcheck-py >=0.1, <1.0
shfmt-py >=3.0, <4.0

0 comments on commit 7c9f3ab

Please sign in to comment.