From 57f4de6773b33d2f887c72aeda506efb358df673 Mon Sep 17 00:00:00 2001 From: Ryan Kelly Date: Tue, 16 Jan 2018 08:25:33 +1100 Subject: [PATCH] Prep v1.7.0 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 35ed30e..0ddcf25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ zope.component==4.2.1 configparser==3.5 mozsvc==0.9 https://github.com/mozilla-services/tokenserver/archive/1.2.27.zip -https://github.com/mozilla-services/server-syncstorage/archive/1.6.8.zip +https://github.com/mozilla-services/server-syncstorage/archive/1.6.12.zip diff --git a/setup.py b/setup.py index 824d1c8..68e926d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ main = syncserver:main setup( name='syncserver', - version="1.6.0", + version="1.7.0", packages=['syncserver'], entry_points=entry_points )