Skip to content

Commit ce180f5

Browse files
committed
Release 0.8.1
no big changes, really: we just got a little better at catching exceptions and giving back error messages instead. But lots of good things in libioc: https://github.com/bsdci/libioc/releases/tag/0.8.1
1 parent 0747f84 commit ce180f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ioc_cli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def get_command(self, ctx, name):
186186
)
187187
@click.command(cls=IOCageCLI)
188188
@click.version_option(
189-
version="0.8.0 2019/04/14",
189+
version="0.8.1 2019/05/19",
190190
prog_name="ioc",
191191
message="\n".join((
192192
"%(prog)s, version %(version)s",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_args(cls, dist, header=None): # noqa: T484
8282
setup(
8383
name='ioc_cli',
8484
license='BSD',
85-
version='0.8.0',
85+
version='0.8.1',
8686
description='A Python library to manage jails with iocage',
8787
keywords='FreeBSD jail iocage ioc',
8888
author='ioc Contributors',

0 commit comments

Comments
 (0)