From 381b02c15b1d0d66372eb28a25c8a2db41737067 Mon Sep 17 00:00:00 2001 From: David THENON Date: Sat, 21 Jan 2017 22:36:26 +0100 Subject: [PATCH] Updated doc, bump to 1.2.0 --- boussole/__init__.py | 2 +- docs/changelog.rst | 12 ++++-------- docs/index.rst | 3 --- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/boussole/__init__.py b/boussole/__init__.py index 2e1d553..f33bd2e 100644 --- a/boussole/__init__.py +++ b/boussole/__init__.py @@ -1,2 +1,2 @@ """Commandline interface to build Sass projects using libsass-python""" -__version__ = '1.1.0' +__version__ = '1.2.0' diff --git a/docs/changelog.rst b/docs/changelog.rst index 3223c16..3b2cae0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,20 +5,16 @@ Changelog ========= -Version 1.2.0 - Unreleased +Version 1.2.0 - 2017/01/21 -------------------------- -* Fixed pytest warning about deprecated section name in ``setup.cfg`` -* Updated tests requirements +* Fixed pytest warning about deprecated section name in ``setup.cfg``; +* Updated tests requirements; * Removed python 3.4 from tox envs; * Added ``--poll`` option on watch command to use Watchdog polling observer instead of the native platform observer, close #22; * Fixed compiler tests for changes about sourcemap since last libsass version; - * Fixed Sass brand name according to http://sassnotsass.com/; - -* **TODO** Test nothing is broken with watcher on sample project; - -* **TODO** Validated last libsass version? +* Validated tests with ``libsass==0.12.3``; Version 1.1.0 - 2016/11/26 -------------------------- diff --git a/docs/index.rst b/docs/index.rst index 1e4ea7d..5bd3f05 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,9 +18,6 @@ Welcome to Boussole's documentation! Commandline interface to build `Sass`_ projects using `libsass-python`_. -.. Note:: - Old Sass syntax (the *indented syntax*) is not supported. - Features ********