From 9971a11599c3b9554285c0122b05e541e19f689e Mon Sep 17 00:00:00 2001 From: Frank Wiles Date: Thu, 11 Aug 2016 05:48:41 -0500 Subject: [PATCH] Add blag to AUTHORS and bump version --- AUTHORS.txt | 3 ++- tos/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 8d31027..3adfb97 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -7,4 +7,5 @@ Frank Wiles Krzysztof Dorosz akuryou George Dorn -Nicholas Serra \ No newline at end of file +Nicholas Serra +blag - https://github.com/blag \ No newline at end of file diff --git a/tos/__init__.py b/tos/__init__.py index fbe07f6..065779f 100644 --- a/tos/__init__.py +++ b/tos/__init__.py @@ -1,3 +1,3 @@ default_app_config = 'tos.apps.TOSConfig' -VERSION = (0, 6, 0) +VERSION = (0, 7, 0)