From 112c9b05d5cef57dfae74cf683f138ea354077a9 Mon Sep 17 00:00:00 2001 From: Tessa Conway Date: Tue, 6 Sep 2016 11:06:17 +0100 Subject: [PATCH] 1.1.0 --- repository/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/__init__.py b/repository/__init__.py index 21a9a23..1c098df 100644 --- a/repository/__init__.py +++ b/repository/__init__.py @@ -7,7 +7,7 @@ # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and limitations under the License. -__version__ = '1.0.10' +__version__ = '1.1.0' from tornado.options import define