Skip to content

Commit d3313e5

Browse files
committed
Prepare for 1.0.4 release
1 parent ee53dca commit d3313e5

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
# 2023-09-23 [v1.0.4](https://github.com/ukaea/Multiparser/releases/tag/v1.0.4)
3+
4+
* Support Python3.13 using `pyarrow>=18`
5+
26
# 2023-09-23 [v1.0.3](https://github.com/ukaea/Multiparser/releases/tag/v1.0.3)
37

48
* Removed unneeded parameter printout in `monitor.py`.

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ keywords:
3030
license: MIT
3131
repository-code: "https://github.com/ukaea/multiparser"
3232
url: "https://ukaea.github.io/multiparser/"
33-
commit: 85d48128d65e4338dc94cd3c4a16c21e0a832b97
34-
version: 1.0.3
35-
date-released: '2024-09-23'
33+
commit: ee53dca6791daeb07f082bf30f5254427e8d3e31
34+
version: 1.0.4
35+
date-released: '2024-09-24'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ukaea-multiparser"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "Multiple File Parser for monitoring and processing updates to a given set of output files."
55
authors = ["Kristian Zarębski <kristian.zarebski@ukaea.uk>"]
66
classifiers = [

0 commit comments

Comments
 (0)