Skip to content

Commit 003de78

Browse files
committed
#281 Increasee version to 0.10.4
1 parent 3d5414b commit 003de78

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

RELEASE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Release 0.10.5
2+
- Added support for Python 3.12.
3+
- Updated dependency versions:
4+
- decorator>=4.4.2, <6
5+
- importlib-metadata>=1.7, <8
6+
- lxml>=4.6.5, <6
7+
- MarkupSafe>=1.1.1, <3
8+
- mpmath>=1.1.0, <2
9+
- networkx>=2.4, <4
10+
- packaging>=20.4, <24
11+
- Pint>=0.9, <0.30
12+
- pyparsing>=2.4.7, <4
13+
- rdflib>=5.0.0, <8
14+
- zipp>=1.2.0, <4
15+
- Jinja2>=3.0.0, <4
16+
117
# Release 0.10.4
218
- Improved the developer documentation with regards to updating python packages, the ontology and releasing new versions of chaste_codegen.
319

chaste_codegen/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.3
1+
0.10.4

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
'zipp>=1.2.0, <4',
6464
'Jinja2>=3.0.0, <4',
6565
'cellmlmanip>=0.3.6, <0.4',
66-
'Jinja2>=2.11.3, <4',
6766
],
6867
extras_require={
6968
'docs': [

0 commit comments

Comments
 (0)