Skip to content

Commit

Permalink
Bump to v1.14 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Jan 8, 2023
1 parent 8890f5d commit 4702c80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/RELEASE_CHECKLIST.md
Expand Up @@ -22,11 +22,11 @@ This checklist is for my own reference, as I forget the steps every time.
- Comment out any config in `~/.multiqc_config.yaml`

```bash
mv ~/.multiqc_config.yaml ~/.multiqc_config.yaml.bkup
mv ~/.multiqc_config.yml ~/.multiqc_config.yml.bkup
```

```bash
mv ~/.multiqc_config.yaml.bkup ~/.multiqc_config.yaml
mv ~/.multiqc_config.yml.bkup ~/.multiqc_config.yml
```

- Spot any previously unnoticed bugs and fix
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# MultiQC Version History

## MultiQC v1.14dev
## [MultiQC v1.14](https://github.com/ewels/MultiQC/releases/tag/v1.14) - 2023-01-08

### MultiQC new features

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@

from setuptools import find_packages, setup

version = "1.14dev"
version = "1.14"
dl_version = "master" if "dev" in version else "v{}".format(version)

print(
Expand Down

0 comments on commit 4702c80

Please sign in to comment.