File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
99# [ unreleased]
1010
11+ # [ v0.1.2] 2024-06-04
12+
13+ Updated documentation configuration to include a ` spacepackets ` docs mapping. This
14+ should fix references to the ` spacepackets ` documentation.
15+
1116# [ v0.1.1] 2024-04-23
1217
1318- Allow ` spacepackets ` range from v0.23 to < v0.25
Original file line number Diff line number Diff line change 6161# Mapping for external packages
6262intersphinx_mapping = {
6363 "python" : ("https://docs.python.org/3" , None ),
64+ "spacepackets" : ("https://spacepackets.readthedocs.io/en/latest/" , None ),
6465 "crcmod" : ("https://crcmod.sourceforge.net/" , None ),
6566}
6667
Original file line number Diff line number Diff line change 55
66 .. _cfdp :
77
8- ==============================================================
8+ ================================================================
99cfdp-py - A library for the CCSDS File Delivery Protocol (CFDP)
10- ==============================================================
10+ ================================================================
1111
1212The ``cfdp-py `` library offers some high-level CCSDS File Delivery Protocol (CFDP) components to
1313perform file transfers according to the `CCSDS Blue Book 727.0-B-5 `_. The underlying base packet
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " cfdp-py"
77description = " Library for high level CCSDS File Delivery Protocol (CFDP) components"
88readme = " README.md"
9- version = " 0.1.1 "
9+ version = " 0.1.2 "
1010requires-python = " >=3.8"
1111license = {text = " Apache-2.0" }
1212authors = [
You can’t perform that action at this time.
0 commit comments