diff --git a/CHANGELOG.md b/CHANGELOG.md index f2f34e0..b1f6603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [unreleased] -# [v0.3.0] +# [v0.3.0] 2024-10-15 ## Changed diff --git a/pyproject.toml b/pyproject.toml index 99b4657..0ac8bcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "cfdp-py" description = "Library for high level CCSDS File Delivery Protocol (CFDP) components" readme = "README.md" -version = "0.2.0" +version = "0.3.0" requires-python = ">=3.8" license = {text = "Apache-2.0"} authors = [ @@ -28,15 +28,15 @@ classifiers = [ "Topic :: Scientific/Engineering" ] dependencies = [ - # "spacepackets>=0.23.0, <0.25", - "spacepackets @ git+https://github.com/us-irs/spacepackets-py@entity-id-tlv-eq", + "spacepackets>=0.24.2, <0.25", + # "spacepackets @ git+https://github.com/us-irs/spacepackets-py@entity-id-tlv-eq", "crcmod~=1.7", "deprecation~=2.1", ] [project.optional-dependencies] test = [ - "pyfakefs~=4.5", + "pyfakefs~=5.2", ] [project.urls]