Skip to content

Commit 7799274

Browse files
committed
Bump version v2.0.1 -> v2.1.0
1 parent 4eada5c commit 7799274

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 = 2.0.1
2+
current_version = 2.1.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 dom_toml=2.0.1=py_1 -y || exit 1
61+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld dom_toml=2.1.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
@@ -101,7 +101,7 @@ dom_toml
101101
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/dom_toml
102102
:alt: GitHub top language
103103

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/dom_toml/v2.0.1
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/dom_toml/v2.1.0
105105
:target: https://github.com/domdfcoding/dom_toml/pulse
106106
:alt: GitHub commits since tagged version
107107

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ dom_toml
107107
:alt: GitHub top language
108108

109109
.. |commits-since| github-shield::
110-
:commits-since: v2.0.1
110+
:commits-since: v2.1.0
111111
:alt: GitHub commits since tagged version
112112

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

dom_toml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
__author__: str = "Dominic Davis-Foster"
5151
__copyright__: str = "2021 Dominic Davis-Foster"
5252
__license__: str = "MIT License"
53-
__version__: str = "2.0.1"
53+
__version__: str = "2.1.0"
5454
__email__: str = "dominic@davis-foster.co.uk"
5555

5656
__all__ = ["dumps", "loads", "dump", "load"]

pyproject.toml

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

55
[project]
66
name = "dom_toml"
7-
version = "2.0.1"
7+
version = "2.1.0"
88
description = "Dom's tools for Tom's Obvious, Minimal Language."
99
readme = "README.rst"
1010
requires-python = ">=3.7"

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ modname: dom_toml
44
copyright_years: "2021"
55
author: "Dominic Davis-Foster"
66
email: "dominic@davis-foster.co.uk"
7-
version: "2.0.1"
7+
version: "2.1.0"
88
username: "domdfcoding"
99
license: 'MIT'
1010
short_desc: "Dom's tools for Tom's Obvious, Minimal Language."

0 commit comments

Comments
 (0)