File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ Release v\ |release| (:ref:`What's new? <release_history>`).
2
2
3
3
.. include :: ../../README.rst
4
4
5
+ Table of Content
6
+ ------------------------------------------------------------------------------
5
7
.. autotoctree ::
6
8
:maxdepth: 1
7
9
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Backlog
21
21
**Miscellaneous **
22
22
23
23
24
- 5.5.1.1 (2024-05-21 )
24
+ 5.5.1.1 (2024-05-22 )
25
25
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26
26
**Background **
27
27
@@ -36,6 +36,7 @@ Backlog
36
36
**Minor Improvements **
37
37
38
38
- Rework the unit test, now it uses both mock and real AWS DynamoDB table for testing.
39
+ - Rework the documentation site.
39
40
40
41
**Miscellaneous **
41
42
Original file line number Diff line number Diff line change 1
1
pynamodb >= 5.5.1 ,< 6.0.0
2
2
cached-property >= 1.5.2 ; python_version < '3.8'
3
3
dataclasses >= 0.8 ; python_version == '3.6'
4
- iterproxy >= 0.3.1
4
+ iterproxy >= 0.3.1 , < 1.0.0
You can’t perform that action at this time.
0 commit comments