From 8a5bca968c5e34cf4c424a56731b263230c84885 Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Fri, 10 Oct 2014 08:55:04 +0200 Subject: [PATCH] version --- docs/HISTORY.txt | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 903baec..6841056 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,9 +1,12 @@ Changelog ========= -1.1 (UNRELEASED) +1.0.1 (2014-10-10) ------------------- +- Fix docs + [erral] + 1.0 (2014-10-10) ------------------- diff --git a/setup.py b/setup.py index 6ea3d58..0ca945d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '1.1' +version = '1.0.1' setup(name='cs.auth.facebook', version=version,