Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
j-berg committed Feb 11, 2020
1 parent 978b7b8 commit 27eaaed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.4.2'
release = '0.4.3'


# -- General configuration ---------------------------------------------------
Expand Down
5 changes: 5 additions & 0 deletions docs/content/updates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Updates
###############

========================
v0.4.3
========================
| - Fixed issue with `metagene` where parallelization overloaded memory and resulted in OOM errors. Fixed by making memory thresholding slightly more strict.
========================
v0.4.2
========================
Expand Down
2 changes: 1 addition & 1 deletion xpresspipe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
this program. If not, see <https://www.gnu.org/licenses/>.
"""

__version__ = '0.4.2'
__version__ = '0.4.3'

from .__main__ import *
from .align import *
Expand Down

0 comments on commit 27eaaed

Please sign in to comment.