diff --git a/CHANGELOG.md b/CHANGELOG.md index 661619eca..d352e3acb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Changelog ========= -1.0.2 (???) ------------ +1.0.2 (2015-10-26) +------------------ Bugfixes: * You can now use X11 forwarding even with a remote Docker daemon diff --git a/docs/conf.py b/docs/conf.py index 57e34c5fd..7e7b88e0b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.1' +release = '1.0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/reprounzip-docker/setup.py b/reprounzip-docker/setup.py index 021a8a57f..5f671c284 100644 --- a/reprounzip-docker/setup.py +++ b/reprounzip-docker/setup.py @@ -11,7 +11,7 @@ with io.open('README.rst', encoding='utf-8') as fp: description = fp.read() setup(name='reprounzip-docker', - version='1.0.1', + version='1.0.2', packages=['reprounzip', 'reprounzip.unpackers'], entry_points={ 'reprounzip.unpackers': [ diff --git a/reprounzip-vagrant/setup.py b/reprounzip-vagrant/setup.py index 63855b085..612108fad 100644 --- a/reprounzip-vagrant/setup.py +++ b/reprounzip-vagrant/setup.py @@ -11,7 +11,7 @@ with io.open('README.rst', encoding='utf-8') as fp: description = fp.read() setup(name='reprounzip-vagrant', - version='1.0.1', + version='1.0.2', packages=['reprounzip', 'reprounzip.unpackers', 'reprounzip.unpackers.vagrant'], entry_points={ diff --git a/reprounzip-vistrails/setup.py b/reprounzip-vistrails/setup.py index 137883a22..fcf4bc654 100644 --- a/reprounzip-vistrails/setup.py +++ b/reprounzip-vistrails/setup.py @@ -17,7 +17,7 @@ if sys.version_info < (2, 7): req.append('argparse') setup(name='reprounzip-vistrails', - version='1.0.0', + version='1.0.2', packages=['reprounzip', 'reprounzip.plugins'], entry_points={ 'reprounzip.plugins': [ diff --git a/reprounzip/reprounzip/main.py b/reprounzip/reprounzip/main.py index 2230f8b41..9468b05b8 100644 --- a/reprounzip/reprounzip/main.py +++ b/reprounzip/reprounzip/main.py @@ -27,7 +27,7 @@ from reprounzip.unpackers.common import UsageError -__version__ = '1.0.1' +__version__ = '1.0.2' unpackers = {} diff --git a/reprounzip/setup.py b/reprounzip/setup.py index bbc5af4fe..cef63c0b5 100644 --- a/reprounzip/setup.py +++ b/reprounzip/setup.py @@ -18,7 +18,7 @@ if sys.version_info < (2, 7): req.append('argparse') setup(name='reprounzip', - version='1.0.1', + version='1.0.2', packages=['reprounzip', 'reprounzip.unpackers', 'reprounzip.unpackers.common', 'reprounzip.plugins'], entry_points={ diff --git a/reprozip/reprozip/__init__.py b/reprozip/reprozip/__init__.py index 2f09407ea..40614c688 100644 --- a/reprozip/reprozip/__init__.py +++ b/reprozip/reprozip/__init__.py @@ -2,4 +2,4 @@ # This file is part of ReproZip which is released under the Revised BSD License # See file LICENSE for full license details. -__version__ = '1.0.1' +__version__ = '1.0.2' diff --git a/reprozip/setup.py b/reprozip/setup.py index c4f8a17f0..5defacf05 100644 --- a/reprozip/setup.py +++ b/reprozip/setup.py @@ -43,7 +43,7 @@ if sys.version_info < (2, 7): req.append('argparse') setup(name='reprozip', - version='1.0.1', + version='1.0.2', ext_modules=[pytracer], packages=['reprozip', 'reprozip.tracer'], entry_points={'console_scripts': [