Skip to content

Commit 53c6bb4

Browse files
committed
Bump version v0.3.1 -> v0.4.0
1 parent ab101d1 commit 53c6bb4

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.3.1
2+
current_version = 0.4.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
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: "Install package"
5757
run: |
58-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld sdjson=0.3.1=py_1 -y || exit 1
58+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld sdjson=0.4.0=py_1 -y || exit 1
5959
6060
- name: "Run Tests"
6161
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.3.1
103+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/singledispatch-json/v0.4.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.3.1
113+
:commits-since: v0.4.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.3.1"
7+
version = "0.4.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
email: "dominic@davis-foster.co.uk"
7-
version: "0.3.1"
7+
version: "0.4.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)