web.py v0.62 Release Notes

Release Date: 2020-11-09 // over 3 years ago
    • ๐Ÿ›  Fixed: application.load() assumes ctx.path will be a latin1 string #687
    • ๐Ÿ›  Fixed: can not reset session data to same value as initialized. #683
    • ๐Ÿ›  Fixed: can not set session expire time. #655
    • ๐Ÿ›  Fixed: not export session store MemoryStore.

Previous changes from v0.61

    • โž• Add python_requires=">=3.5" in setup.py #662
    • ๐Ÿ›  Fix incorrect content in MANIFEST.in file.