Skip to content

Commit

Permalink
Fix codecs
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Nov 20, 2023
1 parent 9bf210a commit 1927194
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Release Notes

## 0.3.3

### Fix

- Codec options as defaults were not loading properly.

## 0.3.2

### Fix

- Code options for `UuidRepresentation.STANDARD`.
- Codec options for `UuidRepresentation.STANDARD`.

## 0.3.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.3.2"
__version__ = "0.3.3"

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

0 comments on commit 1927194

Please sign in to comment.