Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed May 26, 2017
1 parent dcf9b70 commit bc753fe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ History

.. to_doc
----------------------
1.0.0 (2017-05-26)
----------------------

* New utilities for xunit xargs and waiting on a workflow to complete
* Support for quota API, and other new bioblend operations.
* Even more updated help

----------------------
1.0.0.rc1 (2017-05-03)
----------------------
Expand Down
2 changes: 1 addition & 1 deletion parsec/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-

__version__ = '0.9.rc1'
__version__ = '1.0.0'

PROJECT_NAME = "parsec"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# TODO: put package test requirements here
]

version = '1.0.0-rc5'
version = '1.0.0'
subpackages = [x.replace('/', '.') for x in glob.glob('parsec/commands/*') if not x.endswith('.py')]

setup(
Expand Down

0 comments on commit bc753fe

Please sign in to comment.