Skip to content

Commit 08a3472

Browse files
author
Jesse
committed
version bump to 0.13.6
1 parent 56442ce commit 08a3472

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11

22
# Changelog - xerparser
33

4+
## 0.13.6 - 205-06-27
5+
6+
* Added `duration_percent_complete` and `units_percent_complete` properties to the `TASK` class.
7+
* Updated the `phys_complete_pct` attribute to be a decimal from 0 to 1.
8+
9+
---
10+
411
## 0.13.5 - 2025-05-26
512

613
Adding `day_hr_cnt`, `week_hr_cnt`, `year_hr_cnt` as optional_float to calendar object.

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 = "xerparser"
3-
version = "0.13.5"
3+
version = "0.13.6"
44
description = "Parse a P6 .xer file to a Python object."
55
authors = ["Jesse <code@seqmanagement.com>"]
66
license = "GPL-3.0-only"

xerparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.13.5"
1+
__version__ = "0.13.6"
22

33
from xerparser.schemas.actvcode import ACTVCODE # noqa: F401
44
from xerparser.schemas.actvtype import ACTVTYPE # noqa: F401

0 commit comments

Comments
 (0)