Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jan 22, 2022
1 parent 818c054 commit 5d1f59f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Alchemical change log

**Release 0.5.1** - 2022-01-22

- add update() and delete() to db.Model class ([commit](https://github.com/miguelgrinberg/alchemical/commit/818c0542ec6fc62e14679dd0917d145cb4b19582))
- Documentation on many common use cases ([commit](https://github.com/miguelgrinberg/alchemical/commit/9ade0914da50c9dafbb6595ac271b248af93d660))

**Release 0.5.0** - 2021-10-03

- Add BaseModel.select() convenience method ([commit](https://github.com/miguelgrinberg/alchemical/commit/5c87a2382c2b91edc8fc529d8c7e38c898c2655d))
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = alchemical
version = 0.5.1.dev0
version = 0.5.1
author = Miguel Grinberg
author_email = miguel.grinberg@gmail.com
description = Modern SQLAlchemy simplified
Expand Down

0 comments on commit 5d1f59f

Please sign in to comment.