Skip to content

Commit 5fd8b51

Browse files
committed
Bump version v0.4.0 -> v0.5.0
1 parent e5c8912 commit 5fd8b51

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.4.0
2+
current_version = 0.5.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 sdjson=0.4.0=py_1 -y || exit 1
61+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld sdjson=0.5.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
@@ -100,7 +100,7 @@ sdjson
100100
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/singledispatch-json
101101
:alt: GitHub top language
102102

103-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/singledispatch-json/v0.4.0
103+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/singledispatch-json/v0.5.0
104104
:target: https://github.com/domdfcoding/singledispatch-json/pulse
105105
:alt: GitHub commits since tagged version
106106

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ and Python's :mod:`json` module.
110110
:alt: GitHub top language
111111

112112
.. |commits-since| github-shield::
113-
:commits-since: v0.4.0
113+
:commits-since: v0.5.0
114114
:alt: GitHub commits since tagged version
115115

116116
.. |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 = "sdjson"
7-
version = "0.4.0"
7+
version = "0.5.0"
88
description = "Custom JSON Encoder for Python utilising functools.singledispatch to support custom encoders for both Python's built-in classes and user-created classes, without as much legwork."
99
readme = "README.rst"
1010
keywords = [ "json", "serialize", "singledispatch",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repo_name: singledispatch-json
44
copyright_years: "2020-2021"
55
author: "Dominic Davis-Foster"
66
7-
version: "0.4.0"
7+
version: "0.5.0"
88
username: "domdfcoding"
99
license: 'MIT'
1010
short_desc: "Custom JSON Encoder for Python utilising functools.singledispatch to support custom encoders for both Python's built-in classes and user-created classes, without as much legwork."

0 commit comments

Comments
 (0)