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

Commit

Permalink
DEPRECATION: Redirect users to the replacement
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jmgate committed Oct 24, 2023
1 parent c0b3cec commit 9153556
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Todo (for Unreleased)
-->

## [0.5.0.3] 2023-10-24
#### Changed
- Deprecate the package and direct users to the replacement

## [0.5.0.2] 2022-01-07
#### Changed
- Documentation updates
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
[![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)
[![Documentation Status](https://readthedocs.org/projects/setprogramoptions/badge/?version=latest)](https://setprogramoptions.readthedocs.io/en/latest/?badge=latest)

> **DEPRECATION NOTICE:** This package was forked by the original author and
> is now maintained under the name `ActiveConfigProgramOptions`:
>
> * [GitLab](https://gitlab.com/semantik-software/code/python/ActiveConfigProgramOptions)
> * [PyPI](https://pypi.org/project/activeconfigprogramoptions/)
> * [Docs](https://semantik-software.gitlab.io/code/python/ActiveConfigProgramOptions)
>
> Users of `SetProgramOptions` should switch to the new package.
SetProgramOptions
=================
Expand Down
9 changes: 9 additions & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
SetProgramOptions Python Module
===============================

.. admonition:: DEPRECATION NOTICE

This package was forked by the original author and is now maintained under
the name ``ActiveConfigProgramOptions``
(`GitLab <https://gitlab.com/semantik-software/code/python/ActiveConfigProgramOptions>`__,
`PyPI <https://pypi.org/project/activeconfigprogramoptions/>`__,
`Docs <https://semantik-software.gitlab.io/code/python/ActiveConfigProgramOptions>`__).
Users of ``SetProgramOptions`` should switch to the new package.

.. toctree::
:maxdepth: 1
:caption: Table of Contents:
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "setprogramoptions"
description = "Program options configuration file reader using ConfigParserEnhanced."
version = "0.5.0.2"
version = "0.5.0.3"
license = "LICENSE"
readme = "README.md"
keywords = [
Expand All @@ -14,9 +14,6 @@ keywords = [
authors = [
"William McLendon <[email protected]>"
]
maintainers = [
"Sandia National Laboratories <[email protected]>",
]
homepage = "https://github.com/sandialabs/SetProgramOptions"
documentation = "https://setprogramoptions.readthedocs.io/en/latest/"
repository = "https://github.com/sandialabs/SetProgramOptions"
Expand Down
2 changes: 1 addition & 1 deletion src/setprogramoptions/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
# Note: When updating this we should also update the
# version string in the header docstrings for
# SetProgramOptions and the pyproject.toml file.
__version__ = "0.5.0.2"
__version__ = "0.5.0.3"

0 comments on commit 9153556

Please sign in to comment.