Skip to content

Commit 4433a91

Browse files
committed
prepare to release
1 parent cdee841 commit 4433a91

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/source/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Release v\ |release| (:ref:`What's new? <release_history>`).
22

33
.. include:: ../../README.rst
44

5+
Table of Content
6+
------------------------------------------------------------------------------
57
.. autotoctree::
68
:maxdepth: 1
79

release-history.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Backlog
2121
**Miscellaneous**
2222

2323

24-
5.5.1.1 (2024-05-21)
24+
5.5.1.1 (2024-05-22)
2525
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2626
**Background**
2727

@@ -36,6 +36,7 @@ Backlog
3636
**Minor Improvements**
3737

3838
- Rework the unit test, now it uses both mock and real AWS DynamoDB table for testing.
39+
- Rework the documentation site.
3940

4041
**Miscellaneous**
4142

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pynamodb>=5.5.1,<6.0.0
22
cached-property>=1.5.2; python_version < '3.8'
33
dataclasses>=0.8; python_version == '3.6'
4-
iterproxy>=0.3.1
4+
iterproxy>=0.3.1,<1.0.0

0 commit comments

Comments
 (0)