This repository was archived by the owner on Sep 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +23
-5
lines changed Expand file tree Collapse file tree 5 files changed +23
-5
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717#### Todo (for Unreleased)
1818-->
1919
20+ ## [ 0.5.0.3] 2023-10-24
21+ #### Changed
22+ - Deprecate the package and direct users to the replacement
23+
2024## [ 0.5.0.2] 2022-01-07
2125#### Changed
2226- Documentation updates
Original file line number Diff line number Diff line change 22[ ![ SetProgramOptions Testing] ( https://github.com/sandialabs/SetProgramOptions/actions/workflows/test-driver-core.yml/badge.svg )] ( https://github.com/sandialabs/SetProgramOptions/actions/workflows/test-driver-core.yml )
33[ ![ Documentation Status] ( https://readthedocs.org/projects/setprogramoptions/badge/?version=latest )] ( https://setprogramoptions.readthedocs.io/en/latest/?badge=latest )
44
5+ > ** DEPRECATION NOTICE:** This package was forked by the original author and
6+ > is now maintained under the name ` ActiveConfigProgramOptions ` :
7+ >
8+ > * [ GitLab] ( https://gitlab.com/semantik-software/code/python/ActiveConfigProgramOptions )
9+ > * [ PyPI] ( https://pypi.org/project/activeconfigprogramoptions/ )
10+ > * [ Docs] ( https://semantik-software.gitlab.io/code/python/ActiveConfigProgramOptions )
11+ >
12+ > Users of ` SetProgramOptions ` should switch to the new package.
513
614SetProgramOptions
715=================
Original file line number Diff line number Diff line change 66 SetProgramOptions Python Module
77===============================
88
9+ .. admonition :: DEPRECATION NOTICE
10+
11+ This package was forked by the original author and is now maintained under
12+ the name ``ActiveConfigProgramOptions ``
13+ (`GitLab <https://gitlab.com/semantik-software/code/python/ActiveConfigProgramOptions >`__,
14+ `PyPI <https://pypi.org/project/activeconfigprogramoptions/ >`__,
15+ `Docs <https://semantik-software.gitlab.io/code/python/ActiveConfigProgramOptions >`__).
16+ Users of ``SetProgramOptions `` should switch to the new package.
17+
918.. toctree ::
1019 :maxdepth: 1
1120 :caption: Table of Contents:
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.2 "
4+ version = " 0.5.0.3 "
55license = " LICENSE"
66readme = " README.md"
77keywords = [
@@ -14,9 +14,6 @@ keywords = [
1414authors = [
1515 " William McLendon <wcmclen@sandia.gov>"
1616]
17- maintainers = [
18- " Sandia National Laboratories <wg-SetProgramOptions@sandia.gov>" ,
19- ]
2017homepage = " https://github.com/sandialabs/SetProgramOptions"
2118documentation = " https://setprogramoptions.readthedocs.io/en/latest/"
2219repository = " https://github.com/sandialabs/SetProgramOptions"
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.2 "
43+ __version__ = "0.5.0.3 "
You can’t perform that action at this time.
0 commit comments