Skip to content

Commit

Permalink
Release: 2.4.0 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Nov 21, 2023
1 parent 5038d32 commit 8e2259f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .auto-changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"tagPrefix": "v?",
"commitLimit": false,
"backfillLimit": false,
"ignoreCommitPattern": "^Release:? [0-9]+\\.[0-9]+\\.[0-9]+$|^Update CHANGELOG.*|.*\\[skip-changelog\\].*|^\\[pre-commit.ci\\]|^\\(dependabot\\) .*",
"ignoreCommitPattern": "^Release:? [0-9]+\\.[0-9]+\\.[0-9]+|^Update CHANGELOG.*|.*\\[skip-changelog\\].*|^\\[pre-commit.ci\\]|^\\(dependabot\\) .*",
"commitUrl": "https://github.com/BlueBrain/TMD/commit/{id}",
"issueUrl": "https://github.com/BlueBrain/TMD/issues/{id}",
"mergeUrl": "https://github.com/BlueBrain/TMD/pull/{id}",
Expand Down
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
# Changelog

## [2.4.0](https://github.com/BlueBrain/TMD/compare/v2.3.1..2.4.0)

> 21 November 2023
### Build

- Drop support for Python 3.7 (Adrien Berchet - [#84](https://github.com/BlueBrain/TMD/pull/84))

### Chores And Housekeeping

- Remove some warnings (Adrien Berchet - [#86](https://github.com/BlueBrain/TMD/pull/86))

### General Changes

- Plot improvements (lidakanari - [#76](https://github.com/BlueBrain/TMD/pull/76))

## [v2.3.1](https://github.com/BlueBrain/TMD/compare/v2.3.0..v2.3.1)

> 15 May 2023
> 16 May 2023
### New Features

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ requires = [
"setuptools>=45",
"setuptools_scm[toml]>=6.2",
]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]

Expand All @@ -14,7 +15,6 @@ target-version = [
"py310",
"py311",
]
build-backend = "setuptools.build_meta"

[tool.pydocstyle]
# ignore the following:
Expand Down

0 comments on commit 8e2259f

Please sign in to comment.