File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,4 +92,4 @@ Community
92
92
93
93
Contributing
94
94
============
95
- We welcome contributions! see the`Contribution guidelines <https://github.com/MongoEngine/mongoengine/blob/master/CONTRIBUTING.rst>`_
95
+ We welcome contributions! see the `Contribution guidelines <https://github.com/MongoEngine/mongoengine/blob/master/CONTRIBUTING.rst >`_
Original file line number Diff line number Diff line change 15
15
__all__ = (list (document .__all__ ) + fields .__all__ + connection .__all__ +
16
16
list (queryset .__all__ ) + signals .__all__ + list (errors .__all__ ))
17
17
18
- VERSION = (0 , 8 , 6 )
18
+ VERSION = (0 , 8 , 7 )
19
19
20
20
21
21
def get_version ():
Original file line number Diff line number Diff line change 5
5
%define srcname mongoengine
6
6
7
7
Name: python-%{srcname }
8
- Version: 0.8.6
8
+ Version: 0.8.7
9
9
Release: 1%{?dist }
10
10
Summary: A Python Document-Object Mapper for working with MongoDB
11
11
You can’t perform that action at this time.
0 commit comments