From 3d8da1db5897553d4dafc6aeea3ee0c850b302cd Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Wed, 8 Dec 2021 17:57:22 -0700 Subject: [PATCH] Bump version to 0.7.0 --- app/__init__.py | 2 +- charts/whoogle/Chart.yaml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/__init__.py b/app/__init__.py index 077b97f..e4168c2 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -29,7 +29,7 @@ if os.getenv('HTTPS_ONLY'): app.config['SESSION_COOKIE_NAME'] = '__Secure-session' app.config['SESSION_COOKIE_SECURE'] = True -app.config['VERSION_NUMBER'] = '0.6.0' +app.config['VERSION_NUMBER'] = '0.7.0' app.config['APP_ROOT'] = os.getenv( 'APP_ROOT', os.path.dirname(os.path.abspath(__file__))) diff --git a/charts/whoogle/Chart.yaml b/charts/whoogle/Chart.yaml index f831e60..41d2a0e 100644 --- a/charts/whoogle/Chart.yaml +++ b/charts/whoogle/Chart.yaml @@ -3,7 +3,7 @@ name: whoogle description: A self hosted search engine on Kubernetes type: application version: 0.1.0 -appVersion: 0.6.0 +appVersion: 0.7.0 icon: https://github.com/benbusby/whoogle-search/raw/main/app/static/img/favicon/favicon-96x96.png diff --git a/setup.py b/setup.py index dbc3ef1..8779ca8 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( author='Ben Busby', author_email='contact@benbusby.com', name='whoogle-search', - version='0.6.0' + optional_dev_tag, + version='0.7.0' + optional_dev_tag, include_package_data=True, install_requires=requirements, description='Self-hosted, ad-free, privacy-respecting metasearch engine',