Skip to content

Commit

Permalink
Release 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Jul 15, 2024
1 parent 84d2c17 commit fca0d63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/en/docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## 0.10.3

### Fix

- Convert decimal to Decimal128 was causing issues for insert lists.

## 0.10.2

This was missed from the version 0.10.1
Expand Down
2 changes: 1 addition & 1 deletion mongoz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.10.2"
__version__ = "0.10.3"

from .conf import settings
from .conf.global_settings import MongozSettings
Expand Down

0 comments on commit fca0d63

Please sign in to comment.