Skip to content

Commit

Permalink
Version number update for 1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Nov 20, 2019
1 parent b024361 commit acbc04a
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 @@ -9,6 +9,7 @@ This checklist is for my own reference, as I forget the steps every time.
```bash
python setup.py install
```
* This removes the commit hash from the version number when MultiQC runs
6. Run using test data
* Check for any command line or javascript errors
* Check version numbers are printed correctly
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.8dev
## [MultiQC v1.8](https://github.com/ewels/MultiQC/releases/tag/v1.8) - 2019-11-20

#### New Modules:
* [**fgbio**](http://fulcrumgenomics.github.io/fgbio/)
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.8dev'
version = '1.8'
dl_version = 'master' if 'dev' in version else 'v{}'.format(version)

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

0 comments on commit acbc04a

Please sign in to comment.