Skip to content

Commit

Permalink
#281 Increasee version to 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Sep 30, 2024
1 parent 3d5414b commit 003de78
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
16 changes: 16 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Release 0.10.5
- Added support for Python 3.12.
- Updated dependency versions:
- decorator>=4.4.2, <6
- importlib-metadata>=1.7, <8
- lxml>=4.6.5, <6
- MarkupSafe>=1.1.1, <3
- mpmath>=1.1.0, <2
- networkx>=2.4, <4
- packaging>=20.4, <24
- Pint>=0.9, <0.30
- pyparsing>=2.4.7, <4
- rdflib>=5.0.0, <8
- zipp>=1.2.0, <4
- Jinja2>=3.0.0, <4

# Release 0.10.4
- Improved the developer documentation with regards to updating python packages, the ontology and releasing new versions of chaste_codegen.

Expand Down
2 changes: 1 addition & 1 deletion chaste_codegen/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.3
0.10.4
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
'zipp>=1.2.0, <4',
'Jinja2>=3.0.0, <4',
'cellmlmanip>=0.3.6, <0.4',
'Jinja2>=2.11.3, <4',
],
extras_require={
'docs': [
Expand Down

0 comments on commit 003de78

Please sign in to comment.