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 new packages
Browse files Browse the repository at this point in the history
Point users to new packages that were forked out of this repository, as
this repository will no longer be maintained.
  • Loading branch information
jmgate committed Oct 24, 2023
1 parent 86ecfda commit c7dccfb
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Updates and Changes
### Security
-->

## [0.8.1.3] - 2023-10-24
### Changed
- Redirect users to `ActiveConfigParser` and its dependencies

## [0.8.1.2] - 2022-01-07
### Changed
- Documentation cleanup.
Expand Down
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,27 @@
[![ConfigParserEnhanced Testing](https://github.com/sandialabs/ConfigParserEnhanced/actions/workflows/test-driver-core.yml/badge.svg)](https://github.com/sandialabs/ConfigParserEnhanced/actions/workflows/test-driver-core.yml)
[![Documentation Status](https://readthedocs.org/projects/configparserenhanced/badge/?version=latest)](https://configparserenhanced.readthedocs.io/en/latest/?badge=latest)


> **DEPRECATION NOTICE:** This package was forked by the original author and
> subdivided into separate packages:
>
> * `ConfigParserEnhanced``ActiveConfigParser`:
> * [GitLab](https://gitlab.com/semantik-software/code/python/ActiveConfigParser)
> * [PyPI](https://pypi.org/project/activeconfigparser/)
> * [Docs](https://semantik-software.gitlab.io/code/python/ActiveConfigParser/)
> * `Debuggable``LightweightDebugMessages`:
> * [GitLab](https://gitlab.com/semantik-software/code/python/LightweightDebugMessages)
> * [PyPI](https://pypi.org/project/lightweightdebugmessages/)
> * [Docs](https://semantik-software.gitlab.io/code/python/LightweightDebugMessages)
> * `ExceptionControl``ExceptionControl`:
> * [GitLab](https://gitlab.com/semantik-software/code/python/ExceptionControl)
> * [PyPI](https://pypi.org/project/exceptioncontrol/)
> * [Docs](https://semantik-software.gitlab.io/code/python/ExceptionControl)
> * `TypedProperty``StronglyTypedProperty`:
> * [GitLab](https://gitlab.com/semantik-software/code/python/StronglyTypedProperty)
> * [PyPI](https://pypi.org/project/stronglytypedproperty/)
> * [Docs](https://semantik-software.gitlab.io/code/python/StronglyTypedProperty)
>
> Users of `ConfigParserEnhanced` should switch to the new packages.
ConfigParserEnhanced
====================
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "configparserenhanced"
description = "A tool that extends configparser to enable enhanced processing of .ini files."
version = "0.8.1.2"
version = "0.8.1.3"
license = "LICENSE"
readme = "README.md"
keywords = [
Expand Down
2 changes: 1 addition & 1 deletion src/configparserenhanced/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@

# Note, when updating this, the docstring in ConfigParserEnhanced
# and in pyproject.toml should also be updated
__version__ = "0.8.1.2"
__version__ = "0.8.1.3"

0 comments on commit c7dccfb

Please sign in to comment.