Skip to content

Commit 89362f9

Browse files
committed
Bump version v0.7.0 -> v0.8.0
1 parent a5acdce commit 89362f9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

β€Ž.bumpversion.cfgβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.0
2+
current_version = 0.8.0
33
commit = True
44
tag = True
55

β€Ž.github/workflows/conda_ci.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: "Install package"
5959
run: |
60-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld yapf-isort=0.7.0=py_1 -y || exit 1
60+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld yapf-isort=0.8.0=py_1 -y || exit 1
6161
6262
- name: "Run Tests"
6363
run: |

β€ŽREADME.rstβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ together for formatting Python source files.
9595
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/yapf-isort
9696
:alt: GitHub top language
9797

98-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/yapf-isort/v0.7.0
98+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/yapf-isort/v0.8.0
9999
:target: https://github.com/domdfcoding/yapf-isort/pulse
100100
:alt: GitHub commits since tagged version
101101

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "yapf-isort"
7-
version = "0.7.0"
7+
version = "0.8.0"
88
description = "yapf πŸ’Œ isort"
99
readme = "README.rst"
1010
keywords = []

β€Žrepo_helper.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ copyright_years: 2020
55
author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
77
username: 'domdfcoding'
8-
version: '0.7.0'
8+
version: '0.8.0'
99
license: 'Apache-2.0'
1010
short_desc: 'yapf πŸ’Œ isort'
1111

0 commit comments

Comments
Β (0)