Skip to content

Commit

Permalink
new beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwlouse committed Jan 27, 2017
1 parent dc92b01 commit 400d471
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sacred/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

__all__ = ("__version__", "__author__", "__author_email__", "__url__")

__version__ = "0.7b1"
__version__ = "0.7b2"

__author__ = 'Klaus Greff'
__author_email__ = 'qwlouse@gmail.com'
Expand Down
8 changes: 3 additions & 5 deletions tests/test_observers/test_mongo_observer.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
#!/usr/bin/env python
# coding=utf-8
from __future__ import division, print_function, unicode_literals

import datetime
import mock
import pytest

pymongo = pytest.importorskip("pymongo")
mongomock = pytest.importorskip("mongomock")

import datetime
import mock

from sacred.dependencies import get_digest
from sacred.observers.mongo import (MongoObserver, force_bson_encodeable)
from sacred import optional as opt

T1 = datetime.datetime(1999, 5, 4, 3, 2, 1, 0)
T2 = datetime.datetime(1999, 5, 5, 5, 5, 5, 5)
Expand Down

0 comments on commit 400d471

Please sign in to comment.