diff --git a/docs/changelog.rst b/docs/changelog.rst index 1970bf02..ecd487fc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,8 +7,7 @@ Changes in 0.8 - Inheritance is off by default (MongoEngine/mongoengine#122) - Remove _types and just use _cls for inheritance (MongoEngine/mongoengine#148) - -Changes in 0.7.X +Changes in 0.7.6 ================ - Unicode fix for repr (MongoEngine/mongoengine#133) - Allow updates with match operators (MongoEngine/mongoengine#144) diff --git a/python-mongoengine.spec b/python-mongoengine.spec index 641b3def..d796f993 100644 --- a/python-mongoengine.spec +++ b/python-mongoengine.spec @@ -5,7 +5,7 @@ %define srcname mongoengine Name: python-%{srcname} -Version: 0.7.5 +Version: 0.7.6 Release: 1%{?dist} Summary: A Python Document-Object Mapper for working with MongoDB