bump: 0.1.0
This commit is contained in:
parent
c67a250eac
commit
2bd3879dae
|
@ -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
|
||||
|
|
|
@ -35,7 +35,7 @@ dependencies = [
|
|||
"pyramid_mako",
|
||||
"waitress",
|
||||
"WebHelpers2",
|
||||
"WuttJamaican[db]",
|
||||
"WuttJamaican[db]>=0.6.1",
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue