Skip to content

Commit db70b3b

Browse files
committed
Prepare for 2.0.0
1 parent b25c2c8 commit db70b3b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Security in case of vulnerabilities.
3030

3131
## [Unreleased]
3232

33+
TBD
34+
35+
## [2.0.0] - 2024-10-09
36+
3337
Supports Python 3.9 and above, from now on to make use of concise
3438
type-annotations. Constraints support for Numpy versions < 2.0.
3539

@@ -174,7 +178,8 @@ writing
174178
### Changed
175179
- Miscellaneous improvements in documentation, testing and packaging
176180

177-
[Unreleased]: https://github.com/eX-Mech/pymech/compare/1.5.0...HEAD
181+
[Unreleased]: https://github.com/eX-Mech/pymech/compare/2.0.0...HEAD
182+
[2.0.0]: https://github.com/eX-Mech/pymech/compare/1.5.0...2.0.0
178183
[1.5.0]: https://github.com/eX-Mech/pymech/compare/1.4.1...1.5.0
179184
[1.4.1]: https://github.com/eX-Mech/pymech/compare/1.4.0...1.4.1
180185
[1.4.0]: https://github.com/eX-Mech/pymech/compare/1.3.3...1.4.0

docs/release.rst

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Via GitHub Actions
55
------------------
66

77
- Update :doc:`changelog` with version comparison links and detailed description
8-
- Update version and date in ``CITATION.cff``.
98
- Make a `new release`_.
109
- Inspect upload in TestPyPI_.
1110
- Execute manual `deploy workflow`_ to download from TestPyPI_, run tests and

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
25+
"Programming Language :: Python :: 3.13",
2526
"Programming Language :: Python :: Implementation :: CPython",
2627
"Programming Language :: Python :: Implementation :: PyPy",
2728
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)