From 6cdcfe4cf0cbf2d29447dd4dd0756901c916140e Mon Sep 17 00:00:00 2001 From: Timo Zimmermann Date: Thu, 11 Dec 2014 21:39:07 +0100 Subject: [PATCH] package version 2.1.0 --- drupan/version.py | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/drupan/version.py b/drupan/version.py index dce3647..0b69146 100644 --- a/drupan/version.py +++ b/drupan/version.py @@ -5,4 +5,4 @@ Version for drupan """ -__version__ = "2.0.0" +__version__ = "2.1.0" diff --git a/setup.py b/setup.py index c08fd68..5d41c56 100644 --- a/setup.py +++ b/setup.py @@ -46,6 +46,7 @@ - `gitsub` commits the changes to git and pushes to a remote server - `s3sub` uploads the site to S3 + - `s3cf` upload directly to S3 and invalidate CouldFront using boto Plugins ======