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

Commit 9153556

Browse files
committed
DEPRECATION: Redirect users to the replacement
This repository was forked by the original author and the package is now maintained under a new name, so redirect users to the replacement package, as this repository will no longer be maintained.
1 parent c0b3cec commit 9153556

File tree

5 files changed

+23
-5
lines changed

5 files changed

+23
-5
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff 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

Diff for: README.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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
614
SetProgramOptions
715
=================

Diff for: doc/source/index.rst

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
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:

Diff for: pyproject.toml

+1-4
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.2"
4+
version = "0.5.0.3"
55
license = "LICENSE"
66
readme = "README.md"
77
keywords = [
@@ -14,9 +14,6 @@ keywords = [
1414
authors = [
1515
"William McLendon <[email protected]>"
1616
]
17-
maintainers = [
18-
"Sandia National Laboratories <[email protected]>",
19-
]
2017
homepage = "https://github.com/sandialabs/SetProgramOptions"
2118
documentation = "https://setprogramoptions.readthedocs.io/en/latest/"
2219
repository = "https://github.com/sandialabs/SetProgramOptions"

Diff for: src/setprogramoptions/version.py

+1-1
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.2"
43+
__version__ = "0.5.0.3"

0 commit comments

Comments
 (0)