Release 1.2.3

This commit is contained in:
Miguel Grinberg
2023-03-03 08:19:59 +00:00
parent 110d7de6a9
commit cb856e1bc7
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Microdot change log
**Release 1.2.3** - 2023-03-03
- Corrected a problem with previous build.
**Release 1.2.2** - 2023-03-03
- 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))

View File

@@ -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