Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit c0b3cec

Browse files
author
William McLendon
committed
Documentation Updates
1 parent f70fce5 commit c0b3cec

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
#### Todo (for Unreleased)
1818
-->
1919

20-
## [0.5.1] 2021-12-30
20+
## [0.5.0.2] 2022-01-07
21+
#### Changed
22+
- Documentation updates
23+
24+
## [0.5.0.1] 2021-12-30
2125
#### Changed
2226
- Documentation updates
2327

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ By not providing a default we force type consideration to be made explicitly dur
107107
of the .ini file.
108108

109109

110+
Linked Projects
111+
---------------
112+
- [ConfigParserEnhanced][5] - required by SetProgramOptions - [RTD][7], [GitHub][2]
113+
114+
110115
SetProgramOptions Examples
111116
--------------------------
112117

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "setprogramoptions"
33
description = "Program options configuration file reader using ConfigParserEnhanced."
4-
version = "0.5.0.1"
4+
version = "0.5.0.2"
55
license = "LICENSE"
66
readme = "README.md"
77
keywords = [

src/setprogramoptions/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
# Note: When updating this we should also update the
4141
# version string in the header docstrings for
4242
# SetProgramOptions and the pyproject.toml file.
43-
__version__ = "0.5.0.1"
43+
__version__ = "0.5.0.2"

0 commit comments

Comments
 (0)