Skip to content

Commit

Permalink
Bump to v1.14dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Sep 8, 2022
1 parent c247d07 commit 9f0322f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:

- name: Publish MultiQC to PyPI
if: github.repository == 'ewels/MultiQC'
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

- name: Tweet
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# MultiQC Version History

## MultiQC v1.14dev

### MultiQC new features

### MultiQC updates

### New Modules

### Module feature additions

### Module updates

## [MultiQC v1.13](https://github.com/ewels/MultiQC/releases/tag/v1.13) - 2022-09-08

### MultiQC updates
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from setuptools import setup, find_packages

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

print(
Expand Down

0 comments on commit 9f0322f

Please sign in to comment.