File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ Security in case of vulnerabilities.
30
30
31
31
## [ Unreleased]
32
32
33
+ TBD
34
+
35
+ ## [ 2.0.0] - 2024-10-09
36
+
33
37
Supports Python 3.9 and above, from now on to make use of concise
34
38
type-annotations. Constraints support for Numpy versions < 2.0.
35
39
@@ -174,7 +178,8 @@ writing
174
178
### Changed
175
179
- Miscellaneous improvements in documentation, testing and packaging
176
180
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
178
183
[ 1.5.0 ] : https://github.com/eX-Mech/pymech/compare/1.4.1...1.5.0
179
184
[ 1.4.1 ] : https://github.com/eX-Mech/pymech/compare/1.4.0...1.4.1
180
185
[ 1.4.0 ] : https://github.com/eX-Mech/pymech/compare/1.3.3...1.4.0
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ Via GitHub Actions
5
5
------------------
6
6
7
7
- Update :doc: `changelog ` with version comparison links and detailed description
8
- - Update version and date in ``CITATION.cff ``.
9
8
- Make a `new release `_.
10
9
- Inspect upload in TestPyPI _.
11
10
- Execute manual `deploy workflow `_ to download from TestPyPI _, run tests and
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ classifiers = [
22
22
" Programming Language :: Python :: 3.10" ,
23
23
" Programming Language :: Python :: 3.11" ,
24
24
" Programming Language :: Python :: 3.12" ,
25
+ " Programming Language :: Python :: 3.13" ,
25
26
" Programming Language :: Python :: Implementation :: CPython" ,
26
27
" Programming Language :: Python :: Implementation :: PyPy" ,
27
28
" Topic :: Scientific/Engineering" ,
You can’t perform that action at this time.
0 commit comments