File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,20 @@ Changelog
13
13
14
14
Drop Python 3.3 and 3.4 support
15
15
16
+ .. change ::
17
+ :tags: config, deprecated
18
+
19
+ ``version_config `` keyword in ``setup.py `` is renamed to ``setuptools_git_versioning ``.
20
+
21
+ It will be removed in ``2.0 `` version. A warning message is added
22
+
23
+ .. change ::
24
+ :tags: general, deprecated
25
+
26
+ Python 2.7 and 3.6 support is deprecated due to their end of life.
27
+
28
+ It will be completely removed in ``2.0 `` version. A warning message is added
29
+
16
30
.. change ::
17
31
:tags: core, feature
18
32
:pullreq: 37
@@ -47,13 +61,6 @@ Changelog
47
61
48
62
Added CHANGELOG.rst
49
63
50
- .. change ::
51
- :tags: config, deprecated
52
-
53
- ``version_config `` keyword in ``setup.py `` is renamed to ``setuptools_git_versioning ``.
54
-
55
- It will be removed in ``2.0 `` version. A warning message is added
56
-
57
64
.. change ::
58
65
:tags: config, deprecated
59
66
You can’t perform that action at this time.
0 commit comments