From bf16a66466b9dc2e04d2ed12a3343d758e72de38 Mon Sep 17 00:00:00 2001 From: Andrey Fedoseev Date: Tue, 6 Mar 2018 10:32:21 -0800 Subject: [PATCH] Release 1.8.1 --- docs/conf.py | 2 +- static_precompiler/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 59214bd..598b09f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,7 +55,7 @@ # built documents. # # The short X.Y version. -version = '1.8' +version = '1.8.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/static_precompiler/__init__.py b/static_precompiler/__init__.py index 1eca025..2d986fc 100644 --- a/static_precompiler/__init__.py +++ b/static_precompiler/__init__.py @@ -1 +1 @@ -__version__ = "1.8" +__version__ = "1.8.1"