diff options
author | Val Neekman <val@neekware.com> | 2013-05-21 07:23:01 -0400 |
---|---|---|
committer | Val Neekman <val@neekware.com> | 2013-05-21 07:23:01 -0400 |
commit | 073b9c72320edfd65ba2c8732ac70d41897b0d5f (patch) | |
tree | 314cacf31e2bd0cd9dabe9696e8ee1b6b3f0c781 /README.md | |
parent | 1fd811dae346c5e57c7d19680199bd1509863feb (diff) | |
download | python-slugify-073b9c72320edfd65ba2c8732ac70d41897b0d5f.tar.gz |
support for python 3
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -3,7 +3,7 @@ Python Slugify **A Python slugify application that handles unicode** -**Author:** Val Neekman [ info@neekware.com, @vneekman ] +**Author:** Val Neekman [ info [@] neekware.com, [@vneekman](https://twitter.com/vneekman) ] Overview ======== @@ -93,13 +93,17 @@ To run the tests against the current environment: Changelog ========= +0.0.5 +----- +* Added Python 3.0 Support (work by: arthurdarcet@github) + 0.0.4 ----- -* Added option to add a non-dash separator (feature request by: danilodimoia) +* Added option to add a non-dash separator (feature request by: danilodimoia@github) 0.0.3 ----- -* Added the ability to truncate slugs + tests (feature request by: Juan Riaza of Spain) +* Added the ability to truncate slugs + tests (feature request by:juanriaza@github) 0.0.2 ----- @@ -114,7 +118,7 @@ Changelog License ======= -Copyright © Val Neekman (Neekware Inc.) +Copyright © Val Neekman ([Neekware Inc.](http://neekware.com)) All rights reserved. |