From 4d862639f6a8e6ea1e997f415a53ce466698eff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna=20=E2=80=9CCyberTailor=E2=80=9D?= Date: Sun, 28 Apr 2024 17:46:15 +0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.1=20=E2=86=92=200.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- find_work/constants.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index addb3b4..a5ad21b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.1 +current_version = 0.7.0 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index f11c6f0..b68d663 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ project = 'find-work' author = 'Anna (cybertailor) Vyalkova' copyright = f'2024, {author}' -release = '0.6.1' +release = '0.7.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/find_work/constants.py b/find_work/constants.py index ae8407a..c1b7466 100644 --- a/find_work/constants.py +++ b/find_work/constants.py @@ -8,7 +8,7 @@ PACKAGE = "find-work" # Application version. -VERSION = "0.6.1" +VERSION = "0.7.0" # Application homepage. HOMEPAGE = "https://find-work.sysrq.in"