Skip to content
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
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- [ ] Documentation added for the code changes
- [ ] Modifications / enhancements are reflected on the [haddock3 user-manual](https://github.com/haddocking/haddock3-user-manual)
- [ ] `CHANGELOG.md` is updated to incorporate new changes
- [ ] Haddock3 `version` has been incremented in `pyproject.toml`
- [ ] Does not break licensing
- [ ] Does not add any dependencies, if it does please add a thorough explanation

Expand Down
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ survival of the codebase. Suggestions are always welcomed.
7. Add a list of your new additions to the `CHANGELOG.md` file by
adding a new sub-header as described bellow.
Note this applies only after we have released the
stable `3.0.0` version.
stable `haddock3 2025.05.0` version.

```markdown
# Changelog
Expand All @@ -60,11 +60,13 @@ stable `3.0.0` version.
(... the rest of the file ...)
```

8. If you have difficulties with the `tests`, let us know. These tests
8. Increment the haddock3 `version` variable in the `pyproject.toml`

9. If you have difficulties with the `tests`, let us know. These tests
are the same that run on the GitHub Actions once you send the PR. So,
sending the PR is another way to ensure all tests pass.

9. Submit your PR if you haven't done so yet :wink:
10. Submit your PR if you haven't done so yet :wink:

1. GitHub allows submitting "Draft PRs". You can use this
option to let us know you are working on some new good stuff so we
Expand Down
2 changes: 1 addition & 1 deletion 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 = "haddock3"
version = "2025.5.0"
version = "2025.07.0"
description = "HADDOCK3"
readme = "README.md"
authors = [{ name = "BonvinLab", email = "[email protected]" }]
Expand Down