1
0
Fork 0

bump: 0.1.0

This commit is contained in:
Lance Edgar 2024-07-12 09:09:02 -05:00
parent c67a250eac
commit 2bd3879dae
2 changed files with 7 additions and 1 deletions

View file

@ -4,3 +4,9 @@ All notable changes to wuttaweb will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## v0.1.0 (2024-07-12)
### Feat
- basic support for WSGI app, views, templates

View file

@ -35,7 +35,7 @@ dependencies = [
"pyramid_mako",
"waitress",
"WebHelpers2",
"WuttJamaican[db]",
"WuttJamaican[db]>=0.6.1",
]