Skip to content

Commit 5e0a678

Browse files
committed
Prepare for 0.28.0
1 parent 356e772 commit 5e0a678

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/changelog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Changelog
77
Development
88
===========
99
- (Fill this out as you fix issues and develop your features).
10+
11+
Changes in 0.28.0
12+
=================
1013
- Fix for uuidRepresentation not read when provided in URI #2741
1114
- Add option to user array_filters https://www.mongodb.com/docs/manual/reference/operator/update/positional-filtered/ #2769
1215
- Fix combination of __raw__ and mongoengine syntax #2773
@@ -20,7 +23,7 @@ Development
2023
Thus, it must be called like `with no_dereference(User):` and no longer `with no_dereference(User) as ...:`
2124
- Added __raw__ to :meth:`~mongoengine.Queryset.order_by()` to allow to provide raw pymongo 'sort' argument and get around some of the limitations #2783
2225
- Add `text_score` argument on :meth:`~mongoengine.Document.search_text()` to allow text_score computation to be turned off
23-
as it interfer with natural returned documents order #2759
26+
as it interfere with natural returned documents order #2759
2427

2528
Changes in 0.27.0
2629
=================

mongoengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
)
3030

3131

32-
VERSION = (0, 27, 0)
32+
VERSION = (0, 28, 0)
3333

3434

3535
def get_version():

0 commit comments

Comments
 (0)