summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--slugify/__init__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index e2ef9e1..bdf2c39 100644
--- a/README.md
+++ b/README.md
@@ -93,6 +93,10 @@ To run the tests against the current environment:
Changelog
=========
+0.0.6
+-----
+* Update for smart_truncate
+
0.0.5
-----
* Added Python 3.2/3.3 Support. (work done by: arthurdarcet@github)
diff --git a/slugify/__init__.py b/slugify/__init__.py
index b2efd51..0d438a3 100644
--- a/slugify/__init__.py
+++ b/slugify/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-__version__ = '0.0.5'
+__version__ = '0.0.6'
__all__ = ['slugify']