We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971463a commit 2375ef3Copy full SHA for 2375ef3
changelog.rst
@@ -2,7 +2,7 @@
2
Changelog
3
=========
4
5
-Changes in version 1.1.0
+Changes in version 1.1.1
6
------------------------
7
- ``ExplainCollection`` now importable from top level like so: ``from pymongoexplain import ExplainCollection``
8
- Added aliases so that now both ``ExplainCollection`` and ``ExplainableCollection`` are importable
pymongoexplain/version.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = '1.0.1.dev0'
+__version__ = '1.1.1'
0 commit comments