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

Commit 66605bf

Browse files
authored
Merge pull request #31 from owid/update-owid-catalog
chore: Update owid-catalog version in core dependencies and adapt to new repository name
2 parents 5eeb2ab + 90a2ea0 commit 66605bf

File tree

6 files changed

+131
-422
lines changed

6 files changed

+131
-422
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.4
2+
current_version = 0.4.5
33
commit = True
44
tag = True
55

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# owid-datautils
2-
![version](https://img.shields.io/badge/version-0.4.4-blue)
3-
![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/data-utils-py)
2+
![version](https://img.shields.io/badge/version-0.4.5-blue)
3+
![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

66
**owid-datautils** is a library to support the work of the Data Team at Our World in Data.

docs/conf.py

Lines changed: 2 additions & 2 deletions
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.4"
25+
release = "0.4.5"
2626

2727

2828
# -- General configuration ---------------------------------------------------
@@ -78,7 +78,7 @@
7878
html_context = {
7979
"display_github": True, # Integrate GitHub
8080
"github_user": "owid", # Username
81-
"github_repo": "data-utils-py", # Repo name
81+
"github_repo": "owid-datautils-py", # Repo name
8282
"github_version": "main", # Version
8383
"conf_py_path": "docs/", # Path in the checkout to the docs root
8484
}

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.4"
3+
__version__ = "0.4.5"

poetry.lock

Lines changed: 120 additions & 411 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "owid-datautils"
3-
version = "0.4.4"
3+
version = "0.4.5"
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"
77
packages = [{ include = "owid" }]
88
readme = "README.md"
9-
repository = "https://github.com/owid/data-utils-py"
10-
homepage = "https://github.com/owid/data-utils-py"
9+
repository = "https://github.com/owid/owid-datautils-py"
10+
homepage = "https://github.com/owid/owid-datautils-py"
1111
keywords = ["our world in data", "data cleaning", "data processing", "data processing", "data utils"]
1212

1313

@@ -16,9 +16,9 @@ python = "^3.8"
1616
pandas = "^1.3.3"
1717
boto3 = "^1.21.16"
1818
structlog = "^21.5.0"
19-
colorama = "^0.4.4"
19+
colorama = "^0.4.5"
2020
mypy-boto3-s3 = "^1.21.23"
21-
owid-catalog = "^0.2.6"
21+
owid-catalog = "^0.3.0"
2222

2323

2424
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)