Compare commits

...

1 Commits
0.6.0 ... 0.6.1

Author SHA1 Message Date
Daniel Quinn
b30629dd60 Remove debugging info 2017-06-19 09:22:26 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -165,7 +165,6 @@ class MailFetcher(Loggable):
self._enabled = bool(self._host)
self.last_checked = datetime.datetime.now()
print(self._connection, self._host, self._port, self._username, self._password, self._inbox, self._enabled, self.last_checked)
def pull(self):
"""

View File

@@ -1 +1 @@
__version__ = (0, 6, 0)
__version__ = (0, 6, 1)