Skip to content

Commit 2375ef3

Browse files
authored
BUMP 1.1.1 (#43)
1 parent 971463a commit 2375ef3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
=========
44

5-
Changes in version 1.1.0
5+
Changes in version 1.1.1
66
------------------------
77
- ``ExplainCollection`` now importable from top level like so: ``from pymongoexplain import ExplainCollection``
88
- Added aliases so that now both ``ExplainCollection`` and ``ExplainableCollection`` are importable

pymongoexplain/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '1.0.1.dev0'
15+
__version__ = '1.1.1'

0 commit comments

Comments
 (0)