Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Jumped the gun on ALPHA, we should do a 0.9.8.1 for FreeNAS 11’s rele…
Browse files Browse the repository at this point in the history
…ase.
  • Loading branch information
Brandon Schneider committed May 24, 2017
1 parent 7d336ae commit 822d006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iocage/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def print_version(ctx, param, value):
"""Prints the version and then exits."""
if not value or ctx.resilient_parsing:
return
print("Version\t0.9.9 ALPHA")
print("Version\t0.9.8.1 05/23/2017")
sys.exit()


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
exit("Only Python 3.6 and higher is supported.")

setup(name='iocage',
version='0.9.9a',
version='0.9.8.1',
description='A jail manager that uses ZFS.',
author='Brandon Schneider and Peter Toth',
author_email='brandon@ixsystems.com',
Expand Down

3 comments on commit 822d006

@gronke

This comment was marked as spam.

@skarekrow
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gronke Yeah I'm going to ping him again haha

@skarekrow
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gronke Thankfully you said this, I completely spaced it on FreeNAS as well. Now freenas/py-libzfs is up to date, and the upstream port will have those changes soon courtesy of @william-gr.

Please sign in to comment.