Release 0.8.2

This commit is contained in:
Miguel Grinberg
2022-04-20 10:15:17 +01:00
parent 0f278321c8
commit 5f7efcc3f8
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Microdot change log
**Release 0.8.2** - 2022-04-20
- Remove debugging print statement [#38](https://github.com/miguelgrinberg/microdot/issues/38) ([commit](https://github.com/miguelgrinberg/microdot/commit/0f278321c8bd65c5cb67425eb837e6581cbb0054)) (thanks **Mark Blakeney**!)
**Release 0.8.1** - 2022-03-18
- Optimizations for request streams and bodies ([commit](https://github.com/miguelgrinberg/microdot/commit/29a9f6f46c737aa0fd452766c23bd83008594ac4))

View File

@@ -1,6 +1,6 @@
[metadata]
name = microdot
version = 0.8.2.dev0
version = 0.8.2
author = Miguel Grinberg
author_email = miguel.grinberg@gmail.com
description = The impossibly small web framework for MicroPython