1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-10 07:37:30 +00:00

changed version to 0.3.0

This commit is contained in:
Bram Wiepjes 2020-08-31 15:09:33 +02:00
parent d5be9b2e6a
commit ac5a47134f
4 changed files with 5 additions and 3 deletions
README.md
backend
setup.py
src/baserow/config/settings
web-frontend

View file

@ -106,6 +106,8 @@ Created by Bram Wiepjes (Baserow) - bram@baserow.io.
Distributes under the MIT license. See `LICENSE` for more information.
Version: 0.3.0
The official repository can be found at https://gitlab.com/bramw/baserow.
The changelog can be found [here](./changelog.md).

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.2.0'
VERSION = '0.3.0'
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.2.0',
'VERSION': '0.3.0',
'SERVE_INCLUDE_SCHEMA': False,
'TAGS': [
{'name': 'User'},

View file

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