This repository was archived by the owner on Sep 3, 2024. It is now read-only.
File tree 5 files changed +23
-5
lines changed
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
17
17
#### Todo (for Unreleased)
18
18
-->
19
19
20
+ ## [ 0.5.0.3] 2023-10-24
21
+ #### Changed
22
+ - Deprecate the package and direct users to the replacement
23
+
20
24
## [ 0.5.0.2] 2022-01-07
21
25
#### Changed
22
26
- Documentation updates
Original file line number Diff line number Diff line change 2
2
[ ![ 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 )
3
3
[ ![ Documentation Status] ( https://readthedocs.org/projects/setprogramoptions/badge/?version=latest )] ( https://setprogramoptions.readthedocs.io/en/latest/?badge=latest )
4
4
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.
5
13
6
14
SetProgramOptions
7
15
=================
Original file line number Diff line number Diff line change 6
6
SetProgramOptions Python Module
7
7
===============================
8
8
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
+
9
18
.. toctree ::
10
19
:maxdepth: 1
11
20
:caption: Table of Contents:
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " setprogramoptions"
3
3
description = " Program options configuration file reader using ConfigParserEnhanced."
4
- version = " 0.5.0.2 "
4
+ version = " 0.5.0.3 "
5
5
license = " LICENSE"
6
6
readme = " README.md"
7
7
keywords = [
@@ -14,9 +14,6 @@ keywords = [
14
14
authors = [
15
15
" William McLendon <[email protected] >"
16
16
]
17
- maintainers = [
18
- " Sandia National Laboratories <[email protected] >" ,
19
- ]
20
17
homepage = " https://github.com/sandialabs/SetProgramOptions"
21
18
documentation = " https://setprogramoptions.readthedocs.io/en/latest/"
22
19
repository = " https://github.com/sandialabs/SetProgramOptions"
Original file line number Diff line number Diff line change 40
40
# Note: When updating this we should also update the
41
41
# version string in the header docstrings for
42
42
# 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