Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare New Release (0.5.0) #161

Merged
merged 4 commits into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading