Skip to content

Commit f668f0a

Browse files
committed
Bump version v2.9.0 -> v3.0.0
1 parent 0605b01 commit f668f0a

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.9.0
2+
current_version = 3.0.0
33
commit = True
44
tag = True
55

Diff for: .github/workflows/conda_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: "Install package"
5050
run: |
51-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld domdf_python_tools=2.9.0=py_1 -y || exit 1
51+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld domdf_python_tools=3.0.0=py_1 -y || exit 1
5252
5353
- name: "Run Tests"
5454
run: |

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ domdf_python_tools
100100
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
101101
:alt: GitHub top language
102102

103-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v2.9.0
103+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v3.0.0
104104
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
105105
:alt: GitHub commits since tagged version
106106

Diff for: __pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"extras_require",
1717
]
1818

19-
__version__ = "2.9.0"
19+
__version__ = "3.0.0"
2020
extras_require = {"dates": ["pytz>=2019.1"], "testing": [], "all": ["pytz>=2019.1"]}

Diff for: doc-source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ domdf_python_tools
107107
:alt: GitHub top language
108108

109109
.. |commits-since| github-shield::
110-
:commits-since: v2.9.0
110+
:commits-since: v3.0.0
111111
:alt: GitHub commits since tagged version
112112

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

Diff for: domdf_python_tools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
__author__: str = "Dominic Davis-Foster"
3030
__copyright__: str = "2014-2020 Dominic Davis-Foster"
3131
__license__: str = "LGPLv3+"
32-
__version__: str = "2.9.0"
32+
__version__: str = "3.0.0"
3333
__email__: str = "[email protected]"
3434

3535
__docs = False

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "domdf_python_tools"
7-
version = "2.9.0"
7+
version = "3.0.0"
88
description = "Helpful functions for Python 🐍 🛠️"
99
readme = "README.rst"
1010
keywords = [ "utilities",]

Diff for: repo_helper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ modname: domdf_python_tools
33
copyright_years: "2019-2021"
44
author: "Dominic Davis-Foster"
55
6-
version: "2.9.0"
6+
version: "3.0.0"
77
username: "domdfcoding"
88
license: 'MIT'
99
short_desc: 'Helpful functions for Python 🐍 🛠️'

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[metadata]
1010
name = domdf_python_tools
11-
version = 2.9.0
11+
version = 3.0.0
1212
author = Dominic Davis-Foster
1313
author_email = [email protected]
1414
license = MIT License

0 commit comments

Comments
 (0)