Skip to content

Commit f9b4f92

Browse files
committed
Bump version: 0.2.6 → 0.3.0
1 parent d3bdefd commit f9b4f92

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.2.6
2+
current_version = 0.3.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ sdjson
9090
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/singledispatch-json
9191
:alt: GitHub top language
9292

93-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/singledispatch-json/v0.2.6
93+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/singledispatch-json/v0.3.0
9494
:target: https://github.com/domdfcoding/singledispatch-json/pulse
9595
:alt: GitHub commits since tagged version
9696

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
4040
"""
4141

42-
__version__ = "0.2.6"
42+
__version__ = "0.3.0"
4343
modname = "sdjson"
4444
pypi_name = "sdjson"
4545
import_name = "sdjson"

doc-source/index.rst

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

9898
.. |commits-since| github-shield::
99-
:commits-since: v0.2.6
99+
:commits-since: v0.3.0
100100
:alt: GitHub commits since tagged version
101101

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

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repo_name: singledispatch-json
33
copyright_years: "2020"
44
author: "Dominic Davis-Foster"
55
email: "dominic@davis-foster.co.uk"
6-
version: "0.2.6"
6+
version: "0.3.0"
77
username: "domdfcoding"
88
license: 'LGPLv3+'
99
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."

sdjson/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
__copyright__ = "2020 Dominic Davis-Foster"
125125

126126
__license__ = "LGPLv3+"
127-
__version__ = "0.2.6"
127+
__version__ = "0.3.0"
128128
__email__ = "dominic@davis-foster.co.uk"
129129

130130
# this package

0 commit comments

Comments
 (0)