Skip to content

Commit

Permalink
release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Jul 10, 2024
1 parent cdbcc8f commit ec71c13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Bixomix Changelog

## 0.1.2 (2024/07/10)

* `update_from_dict`: generalize to accept a `Mapping` and not just a `dict`

## 0.1.1 (2024/03/04)

* Add `EnabledMixin`, `EnabledNoMixin`
Expand Down
2 changes: 1 addition & 1 deletion bixomix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .dates import CreatedAtMixin, UpdatedAtMixin, CreatedUpdatedAtMixin
from .states import EnabledMixin, EnabledNoMixin

__version__ = "0.1.1"
__version__ = "0.1.2"
__all__ = [
'CreatedAtMixin', 'UpdatedAtMixin', 'CreatedUpdatedAtMixin',
'EnabledMixin', 'EnabledNoMixin',
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bixomix"
version = "0.1.1"
version = "0.1.2"
description = "Collection of SQLAlchemy mixins"
authors = ["Baptiste Fontaine <baptiste@bixoto.com>"]
license = "MIT"
Expand Down

0 comments on commit ec71c13

Please sign in to comment.