This repository was archived by the owner on Sep 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +31
-2
lines changed Expand file tree Collapse file tree 4 files changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ Updates and Changes
24
24
### Security
25
25
-->
26
26
27
+ ## [ 0.8.1.5] - 2023-10-24
28
+ ### Changed
29
+ - Add deprecation notice to the docs
30
+
27
31
## [ 0.8.1.4] - 2023-10-24
28
32
### Changed
29
33
- Remove maintainer contact info
Original file line number Diff line number Diff line change 5
5
6
6
ConfigParserEnhanced
7
7
====================
8
+
9
+ .. admonition :: DEPRECATION NOTICE
10
+
11
+ This package was forked by the original author and subdivided into separate
12
+ packages:
13
+
14
+ * ``ConfigParserEnhanced `` ⟶ ``ActiveConfigParser ``
15
+ (`GitLab <https://gitlab.com/semantik-software/code/python/ActiveConfigParser >`__,
16
+ `PyPI <https://pypi.org/project/activeconfigparser/ >`__,
17
+ `Docs <https://semantik-software.gitlab.io/code/python/ActiveConfigParser/ >`__)
18
+ * ``Debuggable `` ⟶ ``LightweightDebugMessages ``
19
+ (`GitLab <https://gitlab.com/semantik-software/code/python/LightweightDebugMessages >`__,
20
+ `PyPI <https://pypi.org/project/lightweightdebugmessages/ >`__,
21
+ `Docs <https://semantik-software.gitlab.io/code/python/LightweightDebugMessages >`__)
22
+ * ``ExceptionControl `` ⟶ ``ExceptionControl ``
23
+ (`GitLab <https://gitlab.com/semantik-software/code/python/ExceptionControl >`__,
24
+ `PyPI <https://pypi.org/project/exceptioncontrol/ >`__,
25
+ `Docs <https://semantik-software.gitlab.io/code/python/ExceptionControl >`__)
26
+ * ``TypedProperty `` ⟶ ``StronglyTypedProperty ``
27
+ (`GitLab <https://gitlab.com/semantik-software/code/python/StronglyTypedProperty >`__,
28
+ `PyPI <https://pypi.org/project/stronglytypedproperty/ >`__,
29
+ `Docs <https://semantik-software.gitlab.io/code/python/StronglyTypedProperty >`__)
30
+
31
+ Users of ``ConfigParserEnhanced `` should switch to the new packages.
32
+
8
33
.. toctree ::
9
34
:maxdepth: 1
10
35
:caption: Table of Contents:
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " configparserenhanced"
3
3
description = " A tool that extends configparser to enable enhanced processing of .ini files."
4
- version = " 0.8.1.4 "
4
+ version = " 0.8.1.5 "
5
5
license = " LICENSE"
6
6
readme = " README.md"
7
7
keywords = [
Original file line number Diff line number Diff line change 45
45
46
46
# Note, when updating this, the docstring in ConfigParserEnhanced
47
47
# and in pyproject.toml should also be updated
48
- __version__ = "0.8.1.4 "
48
+ __version__ = "0.8.1.5 "
You can’t perform that action at this time.
0 commit comments