From 352a0b1cb1f4d112b0d7b138c35be16f0fcf0190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramiro=20G=C3=B3mez?= Date: Thu, 27 Jul 2023 22:07:53 +0200 Subject: [PATCH] Bump version --- Makefile | 2 +- wikidata_dl/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5402398..ab6c3d3 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ test-cli: wikidata_dl/cli.py --cache-dir tests/data --timeout 0 tests/queries/nevada-events.sparql -# Call example: make release version=2022.11.04 +# Call example: make release version=2023.07.27 release: build git tag -a $(version) -m 'Create version $(version)' git push --tags diff --git a/wikidata_dl/__about__.py b/wikidata_dl/__about__.py index f1c1662..ea6a7a9 100644 --- a/wikidata_dl/__about__.py +++ b/wikidata_dl/__about__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- __author__ = 'Ramiro Gómez' __email__ = 'code@ramiro.org' -__version__ = '2022.11.04' +__version__ = '2023.07.27'