Skip to content

Commit

Permalink
* Removed 'pytest-catchlog' from tests requirements since it has been…
Browse files Browse the repository at this point in the history
… merged in 'pytest==3.3.0';

* Upgraded to 'pytest>=3.3.0' in tests requirements;
* Bump to 1.2.2;
  • Loading branch information
sveetch committed Dec 12, 2017
1 parent ad53d3e commit 6a1b81f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.2.1'
__version__ = '1.2.2'
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
Changelog
=========

Version 1.2.2 - 2017/12/12
--------------------------

* Removed ``pytest-catchlog`` from tests requirements since it has been merged in ``pytest==3.3.0``;
* Upgraded to ``pytest>=3.3.0`` in tests requirements;

Version 1.2.1 - 2017/11/15
--------------------------

Expand Down
3 changes: 1 addition & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pytest>=3.0.5
pytest-catchlog>=1.2.2
pytest>=3.3.0
flake8
#flake8-format-ansi

0 comments on commit 6a1b81f

Please sign in to comment.