Commit 2710353e by Gabriel

Release v0.0.4

Changes since v0.0.3:
- pytest-localserver is now Py3 compatible (#3, thanks redtoad)
- restored Python 2.6 compatibility (#2)
parent 2edeb01c
...@@ -8,7 +8,7 @@ setup( ...@@ -8,7 +8,7 @@ setup(
url='https://github.com/g2p/rfc6266', url='https://github.com/g2p/rfc6266',
keywords='rfc6266 Content-Disposition http attachments', keywords='rfc6266 Content-Disposition http attachments',
name='rfc6266', name='rfc6266',
version='0.0.3', # semver version='0.0.4', # semver
license='GNU LGPL', license='GNU LGPL',
platforms='OS-independent', platforms='OS-independent',
py_modules=['rfc6266', 'test_rfc6266'], py_modules=['rfc6266', 'test_rfc6266'],
......
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