Updated version && README

This commit is contained in:
robotis
2012-02-17 09:49:14 +00:00
parent 888af64e6d
commit 5319aafdf7
2 changed files with 4 additions and 3 deletions

5
README
View File

@@ -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

View File

@@ -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',