We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110d7de commit cb856e1Copy full SHA for cb856e1
CHANGES.md
@@ -1,5 +1,9 @@
1
# Microdot change log
2
3
+**Release 1.2.3** - 2023-03-03
4
+
5
+- Corrected a problem with previous build.
6
7
**Release 1.2.2** - 2023-03-03
8
9
- Add a socket read timeout to abort incomplete requests [#99](https://github.com/miguelgrinberg/microdot/issues/99) ([commit](https://github.com/miguelgrinberg/microdot/commit/d0d358f94a63f8565d6406feff0c6e7418cc7f81))
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = microdot
-version = 1.2.3.dev0
+version = 1.2.3
author = Miguel Grinberg
author_email = miguel.grinberg@gmail.com
description = The impossibly small web framework for MicroPython
0 commit comments