From a29a4f7da12c774fa92ea5e2bc5ea7abfffdb079 Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Thu, 25 May 2017 13:14:46 -0700 Subject: [PATCH] Document 2.x branch status in the README --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 0fdc412f9..0b04c1e5f 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,10 @@ PyMongo :Author: Mike Dirolf :Maintainer: Bernie Hackett +.. warning:: PyMongo 2.x is in maintenance mode. Support for new MongoDB + features ended with the release of MongoDB 3.0 and PyMongo 2.8. Users are + strongly encouraged to upgrade to PyMongo 3.x. + About =====