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

Commit

Permalink
Add deprecation notice to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgate committed Oct 24, 2023
1 parent 05e13e3 commit 9818e19
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 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.5] - 2023-10-24
### Changed
- Add deprecation notice to the docs

## [0.8.1.4] - 2023-10-24
### Changed
- Remove maintainer contact info
Expand Down
25 changes: 25 additions & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@
ConfigParserEnhanced
====================

.. admonition:: 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.

.. toctree::
:maxdepth: 1
:caption: Table of Contents:
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.4"
version = "0.8.1.5"
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.4"
__version__ = "0.8.1.5"

0 comments on commit 9818e19

Please sign in to comment.