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"