Skip to content

Commit ffaaa58

Browse files
committed
Bump version v0.9.0 -> v1.0.0
1 parent 157d5c7 commit ffaaa58

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.9.0
2+
current_version = 1.0.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
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: "Install package"
6060
run: |
61-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld southwark=0.9.0=py_1 -y || exit 1
61+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld southwark=1.0.0=py_1 -y || exit 1
6262
6363
- name: "Run Tests"
6464
run: |

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Spun out from `repo_helper <https://github.com/domdfcoding/repo_helper>`_. Needs
104104
.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/southwark
105105
:alt: GitHub top language
106106

107-
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/southwark/v0.9.0
107+
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/southwark/v1.0.0
108108
:target: https://github.com/repo-helper/southwark/pulse
109109
:alt: GitHub commits since tagged version
110110

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Southwark
113113
:alt: GitHub top language
114114

115115
.. |commits-since| github-shield::
116-
:commits-since: v0.9.0
116+
:commits-since: v1.0.0
117117
:alt: GitHub commits since tagged version
118118

119119
.. |commits-latest| github-shield::

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 = "Southwark"
7-
version = "0.9.0"
7+
version = "1.0.0"
88
description = "Extensions to the Dulwich Git library."
99
readme = "README.rst"
1010
keywords = [ "dulwich", "git", "vcs",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ email: 'dominic@davis-foster.co.uk'
99
username: 'repo-helper'
1010
assignee: 'domdfcoding'
1111
primary_conda_channel: 'domdfcoding'
12-
version: '0.9.0'
12+
version: '1.0.0'
1313
license: 'MIT'
1414
short_desc: 'Extensions to the Dulwich Git library.'
1515

southwark/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
__author__: str = "Dominic Davis-Foster"
8484
__copyright__: str = "2020 Dominic Davis-Foster"
8585
__license__: str = "MIT License"
86-
__version__: str = "0.9.0"
86+
__version__: str = "1.0.0"
8787
__email__: str = "dominic@davis-foster.co.uk"
8888

8989
__all__ = [

0 commit comments

Comments
 (0)