This repository was archived by the owner on Sep 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -107,6 +107,11 @@ By not providing a default we force type consideration to be made explicitly dur
107107of the .ini file.
108108
109109
110+ Linked Projects
111+ ---------------
112+ - [ ConfigParserEnhanced] [ 5 ] - required by SetProgramOptions - [ RTD] [ 7 ] , [ GitHub] [ 2 ]
113+
114+
110115SetProgramOptions Examples
111116--------------------------
112117
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " setprogramoptions"
33description = " Program options configuration file reader using ConfigParserEnhanced."
4- version = " 0.5.0.1 "
4+ version = " 0.5.0.2 "
55license = " LICENSE"
66readme = " README.md"
77keywords = [
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments