Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-right committed Nov 5, 2022
1 parent efddb9c commit 50a3e0d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bunnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from bunnet.odm.views import View
from bunnet.odm.union_doc import UnionDoc

__version__ = "1.14.0"
__version__ = "0.1.0"
__all__ = [
# ODM
"Document",
Expand Down
15 changes: 15 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

Bunnet project

## [0.1.0] - 2022-11-05

### Feature

- Multi-model behavior for inherited documents

### Implementation

- PR <https://github.com/roman-right/bunnet/pull/2>

[0.1.0]: https://pypi.org/project/bunnet/0.1.0
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 = "bunnet"
version = "0.0.1"
version = "0.1.0"
description = "Synchronous Python ODM for MongoDB"
authors = ["Roman <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 50a3e0d

Please sign in to comment.