Skip to content

Commit

Permalink
Merge pull request #728 from maxplanck-ie/dev_ksikora2
Browse files Browse the repository at this point in the history
news.rst and version
  • Loading branch information
katsikora committed Nov 19, 2020
2 parents b4760ce + bc52f12 commit 0205e4f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: snakepipes
version: 2.4.0
version: 2.4.1

source:
path: ../
Expand Down
5 changes: 5 additions & 0 deletions docs/content/News.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
snakePipes News
===============

snakePipes 2.4.1
----------------

* Fixed sampleSheet splitting for multiple pairwise comparisons when group "All" is not listed.

snakePipes 2.4.0
----------------

Expand Down
2 changes: 1 addition & 1 deletion docs/content/setting_up.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The easiest way to install snakePipes is via our conda channel. The following co

.. code:: bash
conda create -n snakePipes -c mpi-ie -c conda-forge -c bioconda snakePipes==2.4.0
conda create -n snakePipes -c mpi-ie -c conda-forge -c bioconda snakePipes==2.4.1
This way, the software used within snakePipes do not conflict with the software pre-installed on your terminal or in your python environment.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Quick start

.. code:: bash
conda create -n snakePipes -c mpi-ie -c conda-forge -c bioconda snakePipes==2.4.0
conda create -n snakePipes -c mpi-ie -c conda-forge -c bioconda snakePipes==2.4.1
* You can update snakePipes to the latest version available on conda with:

Expand Down
2 changes: 1 addition & 1 deletion snakePipes/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.4.0'
__version__ = '2.4.1'

0 comments on commit 0205e4f

Please sign in to comment.