Skip to content

Commit

Permalink
Bump version to v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Mar 15, 2018
1 parent a75c62a commit 32c35ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/RELEASE_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This checklist is for my own reference, as I forget the steps every time.
* Spot any previously unnoticed bugs and fix
8. Release on PyPI:
```bash
rm -rf dist/
python setup.py sdist bdist_wheel
twine upload dist/*.tar.gz
```
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MultiQC Version History

## MultiQC v1.5dev
## [MultiQC v1.5](https://github.com/ewels/MultiQC/releases/tag/v1.5) - 2018-03-15

#### New Modules:
* [**DeDup**](http://www.github.com/apeltzer/DeDup) - New module!
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from setuptools import setup, find_packages
import sys

version = '1.5dev'
version = '1.5'
dl_version = 'master' if 'dev' in version else 'v{}'.format(version)

print("""-----------------------------------
Expand Down

0 comments on commit 32c35ee

Please sign in to comment.