From f2f759880fb9d23f32230681bd7837a7008edab4 Mon Sep 17 00:00:00 2001 From: Anthony Blackshaw Date: Tue, 24 Oct 2017 23:01:39 +0100 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6237b0d..1d594d2 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.2.7', + version='1.2.8', description='A fast unobtrusive MongoDB ODM for Python', long_description=long_description,