Skip to content

Commit d815717

Browse files
committed
Release version 0.12.15
Update project version to 0.12.15 in pyproject.toml and README. Adjust installation instructions to reference the new version tag.
1 parent 274045c commit d815717

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,10 +355,10 @@ python -m pip install .
355355
If you want to install a specific branch or tag from the repository, you can use the following command:
356356

357357
```bash
358-
python -m pip install git+https://github.com/LeMyst/WikibaseIntegrator.git@v0.12.14
358+
python -m pip install git+https://github.com/LeMyst/WikibaseIntegrator.git@v0.12.15
359359
```
360360

361-
where `v0.12.14` is the tag or branch you want to install.
361+
where `v0.12.15` is the tag or branch you want to install.
362362

363363
You can also use Poetry:
364364

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 = "WikibaseIntegrator"
3-
version = "0.12.15.dev0"
3+
version = "0.12.15"
44
description = "Python package for reading from and writing to a Wikibase instance"
55
authors = [
66
"Myst",

0 commit comments

Comments
 (0)