Skip to content

Commit

Permalink
Version 1.6.0 (drops py2 and pymongo 2 support)
Browse files Browse the repository at this point in the history
  • Loading branch information
brondsem committed Mar 28, 2022
1 parent 1a11ddf commit b8d085a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import setuptools
from pathlib import Path

VERSION = '1.5.3'
VERSION = '1.6.0'
INSTALL_REQUIRES = [
'pymongo >= 3, < 4',
'blinker >= 1.2',
Expand Down

0 comments on commit b8d085a

Please sign in to comment.