Skip to content
Snippets Groups Projects
Commit 5d4d541e authored by Robert Habermann's avatar Robert Habermann
Browse files

bump to 0.1.10

parent 30638bbb
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
0.2.0 - planned first release
-----------------------------
0.1.10 - 2016-09-16
------------------
- add testing (and *support*) for Python2.6 (default on RHEL6)
0.1.9 - 2016-09-11
------------------
- full text search was fixed upstream and is now in beta testing
......
......@@ -4,5 +4,5 @@
# 3) we can import it into your module module
"""
__version_info__ = ('0', '1', '9')
__version_info__ = ('0', '1', '10')
__version__ = '.'.join(__version_info__)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment