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 0f27832 commit 5f7efccCopy full SHA for 5f7efcc
CHANGES.md
@@ -1,5 +1,9 @@
1
# Microdot change log
2
3
+**Release 0.8.2** - 2022-04-20
4
+
5
+- Remove debugging print statement [#38](https://github.com/miguelgrinberg/microdot/issues/38) ([commit](https://github.com/miguelgrinberg/microdot/commit/0f278321c8bd65c5cb67425eb837e6581cbb0054)) (thanks **Mark Blakeney**!)
6
7
**Release 0.8.1** - 2022-03-18
8
9
- Optimizations for request streams and bodies ([commit](https://github.com/miguelgrinberg/microdot/commit/29a9f6f46c737aa0fd452766c23bd83008594ac4))
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = microdot
-version = 0.8.2.dev0
+version = 0.8.2
author = Miguel Grinberg
author_email = [email protected]
description = The impossibly small web framework for MicroPython
0 commit comments