1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-10 23:50:12 +00:00

changed version to 0.7.1

This commit is contained in:
Bram Wiepjes 2021-01-13 13:17:21 +01:00
parent 4b2e8d3911
commit b37886dea2
4 changed files with 4 additions and 4 deletions
README.md
backend
setup.py
src/baserow/config/settings
web-frontend

View file

@ -109,7 +109,7 @@ Created by Bram Wiepjes (Baserow) - bram@baserow.io.
Distributes under the MIT license. See `LICENSE` for more information.
Version: 0.7.0
Version: 0.7.1
The official repository can be found at https://gitlab.com/bramw/baserow.

View file

@ -6,7 +6,7 @@ from setuptools import find_packages, setup
PROJECT_DIR = os.path.dirname(__file__)
REQUIREMENTS_DIR = os.path.join(PROJECT_DIR, 'requirements')
VERSION = '0.7.0'
VERSION = '0.7.1'
def get_requirements(env):

View file

@ -153,7 +153,7 @@ SPECTACULAR_SETTINGS = {
'name': 'MIT',
'url': 'https://gitlab.com/bramw/baserow/-/blob/master/LICENSE'
},
'VERSION': '0.7.0',
'VERSION': '0.7.1',
'SERVE_INCLUDE_SCHEMA': False,
'TAGS': [
{'name': 'User'},

View file

@ -1,6 +1,6 @@
{
"name": "baserow",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"description": "Baserow: open source online database web frontend.",
"author": "Bram Wiepjes (Baserow)",