Skip to content

Commit 1652b5b

Browse files
committed
update changelog and prepare release
1 parent 2d59e54 commit 1652b5b

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix:
56-
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, pypy3.9]
56+
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, "pypy3.9"]
5757
MONGODB: [$MONGODB_4_0]
5858
PYMONGO: [$PYMONGO_3_11]
5959
include:

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.2
12+
=================
13+
- Fix typing import incompatible with Pymongo 3.7 #2802
14+
1115
Changes in 0.28.1
1216
=================
1317
- Fix bug related with recent updates to no_dereference context manager #2799

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

3434

3535
def get_version():

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ def run_tests(self):
9898
"Operating System :: OS Independent",
9999
"Programming Language :: Python",
100100
"Programming Language :: Python :: 3",
101-
"Programming Language :: Python :: 3.6",
102-
"Programming Language :: Python :: 3.7",
103101
"Programming Language :: Python :: 3.8",
104102
"Programming Language :: Python :: 3.9",
105103
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)