Skip to content

Commit

Permalink
version: 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-right committed Jul 21, 2021
1 parent 1bb883f commit fbe5d1a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion beanie/__init__.py
Expand Up @@ -4,7 +4,7 @@
from beanie.odm.utils.general import init_beanie
from beanie.odm.documents import Document

__version__ = "1.2.4"
__version__ = "1.2.5"
__all__ = [
# ODM
"Document",
Expand Down
15 changes: 14 additions & 1 deletion docs/changelog.md
Expand Up @@ -2,6 +2,17 @@

Beanie project changes

## [1.2.5] - 2021-07-21

### Fixed

- Indexed fields work with aliases now

### Implementation

- Author - [Kira](https://github.com/KiraPC)
- Issue - <https://github.com/roman-right/beanie/issues/96>

## [1.2.4] - 2021-07-13

### Fixed
Expand Down Expand Up @@ -377,4 +388,6 @@ Beanie project changes

[1.2.3]: https://pypi.org/project/beanie/1.2.3

[1.2.4]: https://pypi.org/project/beanie/1.2.4
[1.2.4]: https://pypi.org/project/beanie/1.2.4

[1.2.5]: https://pypi.org/project/beanie/1.2.5
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beanie"
version = "1.2.4"
version = "1.2.5"
description = "Asynchronous Python ODM for MongoDB"
authors = ["Roman <roman-right@protonmail.com>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_beanie.py
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "1.2.4"
assert __version__ == "1.2.5"

0 comments on commit fbe5d1a

Please sign in to comment.