Skip to content

Commit

Permalink
Update peewee-moves to 2.0.1 (support TimestampField)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougthor42 committed Feb 21, 2019
1 parent 676e3d7 commit 01ef193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
+ Additional tests for PUT/PATCH metric have been added (#86)
+ Make use of peewee's `playhouse` extensions for converting model instances
to and from dicts. (#87)
+ `peewee-moves` was updated to v2.0.1.


## v0.3.0 (2019-01-28)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ flask==1.0.2
peewee==3.8.0
requests==2.21.0
celery[redis]==4.2.1
peewee-moves==2.0.0
peewee-moves==2.0.1

0 comments on commit 01ef193

Please sign in to comment.