Skip to content

Commit

Permalink
Merge pull request #950 from ewels/v1.13.2-bump
Browse files Browse the repository at this point in the history
Bump to v1.13.2
  • Loading branch information
ewels authored Mar 23, 2021
2 parents 1f888a5 + ba85e6c commit 8e31d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nf-core/tools: Changelog

## v1.13.2dev
## [v1.13.2 - Copper Crocodile CPR :crocodile: :face_with_head_bandage:](https://github.com/nf-core/tools/releases/tag/1.13.2) - [2021-03-23]

* Added better logging message if a user doesn't specificy the directory correctly with `nf-core modules` commands [[#942](https://github.com/nf-core/tools/pull/942)]
* Fixed parameter validation bug caused by JSONObject [[#937](https://github.com/nf-core/tools/issues/937)]
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/usr/bin/env python

from setuptools import setup, find_packages
import sys

version = "1.13.2dev"
version = "1.13.2"

with open("README.md") as f:
readme = f.read()
Expand Down

0 comments on commit 8e31d7f

Please sign in to comment.