clortho

A very simple key/value server
git clone https://www.brianlane.com/git/clortho
Log | Files | Refs | README | LICENSE

commit 411e8a90d601557b839fa9aa34cc96ec39314a39
parent 122bff8060451dcbfcbb4b7a6446867e80589523
Author: Brian C. Lane <bcl@brianlane.com>
Date:   Wed,  5 Apr 2017 08:02:20 -0700

Version 1.1.0

Diffstat:
Msrc/clortho.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/clortho.py b/src/clortho.py @@ -25,7 +25,7 @@ import argparse import pickle from aiohttp import web -VERSION = "1.0.0" +VERSION = "1.1.0" args = None keystore = {}