Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 40771d1

Browse files
committed
chore: Bump version
1 parent 7939664 commit 40771d1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.14
2+
current_version = 0.4.15
33
commit = True
44
tag = True
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# owid-datautils
2-
![version](https://img.shields.io/badge/version-0.4.14-blue)
2+
![version](https://img.shields.io/badge/version-0.4.15-blue)
33
![version](https://img.shields.io/badge/python-3.8|3.9|3.10-blue.svg?&logo=python&logoColor=yellow) [![codecov](https://codecov.io/gh/owid/owid-datautils-py/branch/main/graph/badge.svg?token=2emTQEJedw)](https://codecov.io/gh/owid/owid-datautils-py)
44
[![Documentation Status](https://readthedocs.org/projects/owid-datautils/badge/?version=latest)](https://docs.owid.io/projects/owid-datautils/en/latest/?badge=latest)
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Our World In Data"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "0.4.14"
25+
release = "0.4.15"
2626

2727

2828
# -- General configuration ---------------------------------------------------

owid/datautils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library to support the work of the Data Team at Our World in Data."""
22

3-
__version__ = "0.4.14"
3+
__version__ = "0.4.15"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "owid-datautils"
3-
version = "0.4.14"
3+
version = "0.4.15"
44
description = "Data utils library by the Data Team at Our World in Data"
55
authors = ["Our World In Data <tech@ourworldindata.org>"]
66
license = "MIT"

0 commit comments

Comments
 (0)