Skip to content

Commit

Permalink
Updated doc, bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sveetch committed Jan 21, 2017
1 parent aef59bd commit 381b02c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion boussole/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Commandline interface to build Sass projects using libsass-python"""
__version__ = '1.1.0'
__version__ = '1.2.0'
12 changes: 4 additions & 8 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------
Expand Down
3 changes: 0 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
********

Expand Down

0 comments on commit 381b02c

Please sign in to comment.