From 5319aafdf78361a8aed1a665a2636f51dc1d896f Mon Sep 17 00:00:00 2001 From: robotis Date: Fri, 17 Feb 2012 09:49:14 +0000 Subject: [PATCH] Updated version && README --- README | 5 +++-- setup.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index c275a49..f33c393 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ * LESSCPY * * python LessCss Compiler. -v0.6 +v0.7 A compiler written in python 3 for the lesscss language. For those of us not willing/able to have node.js installed in our environment. @@ -74,6 +74,7 @@ Supported features * Variables * String interpolation * Mixins +* mixins (Nested) * Parametered mixins (class) * @arguments * Nesting @@ -106,7 +107,7 @@ Not supported (yet) * Keyframe blocks * Parametered mixins (id) * mixins (closures) -* mixins (Nested) +* mixins (Nested (Calls)) * Pattern-matching * Guard expressions * JavaScript evaluation diff --git a/setup.py b/setup.py index c32fe25..255b491 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup setup( name='lesscpy', - version='0.6', + version='0.7', description='Lesscss compiler.', author='Jóhann T Maríusson', author_email='jtm@robot.is',