Skip to content

Commit b368e65

Browse files
semantic-releasesemantic-release (via CircleCI)
authored andcommitted
2.4.2
Automatically generated by python-semantic-release
1 parent 88bb993 commit b368e65

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
<!--next-version-placeholder-->
44

5+
## v2.4.2 (2023-08-11)
6+
7+
### Fix
8+
9+
* **Python versions:** Ensure PyDynamic only gets used with compatible versions as documented ([`88bb993`](https://github.com/PTB-M4D/PyDynamic/commit/88bb9930c0b254df6e2eee0332c721d6ac67e994))
10+
11+
### Documentation
12+
13+
* **README:** Include badge with compatible Python versions into header ([`bce77e1`](https://github.com/PTB-M4D/PyDynamic/commit/bce77e14ae789f941e272284a3075f4ac8f28779))
14+
15+
**[See all commits in this version](https://github.com/PTB-M4D/PyDynamic/compare/v2.4.1...v2.4.2)**
16+
517
## v2.4.1 (2023-07-27)
618

719
### Fix

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def assemble_path_dict_to_copy_files(source: str, destination: str) -> dict:
156156
# built documents.K
157157
#
158158
# The short X.Y version.
159-
version = "2.4.1"
159+
version = "2.4.2"
160160
# The full version, including alpha/beta/rc tags.
161161
# release = "1.3.1"
162162

src/PyDynamic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-uptake-of-nmi-calibrations-of-dynamic-force-torque-and/>`_
77
- `GitHub website <https://www.github.com/PTB-M4D/PyDynamic>`_
88
"""
9-
__version__ = "2.4.1"
9+
__version__ = "2.4.2"
1010

1111
__all__ = [
1212
"LSFIR",

0 commit comments

Comments
 (0)