Skip to content

Commit b123723

Browse files
committed
bump version and update changelog for 0.28.1
1 parent a96f142 commit b123723

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Development
88
===========
99
- (Fill this out as you fix issues and develop your features).
1010

11+
Changes in 0.28.1
12+
=================
13+
- Fix bug related with recent updates to no_dereference context manager #2799
14+
1115
Changes in 0.28.0
1216
=================
1317
- Fix for uuidRepresentation not read when provided in URI #2741

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, 28, 0)
32+
VERSION = (0, 28, 1)
3333

3434

3535
def get_version():

0 commit comments

Comments
 (0)