Commit c6b9053c authored by sirex's avatar sirex

0.2.0 release

parent d6aa81f0
Change History
**************
0.2.0 (2014-11-20)
------------------
- Native Python 2 and Python 3 support using ``six``, without ``use_2to3``.
- Tests for Python 2 and Python 3 using ``tox`` with 100% test coverage.
- All ``subprocess`` commands are rewritten to run without ``shell=True``.
0.1.8 (2014-01-26)
==================
......
......@@ -4,7 +4,7 @@ import os
from setuptools import setup
version = '0.1.8'
version = '0.2.0'
name = 'rubygemsrecipe'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment