1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-18 03:13:47 +00:00

changed version to 0.8.0

This commit is contained in:
Bram Wiepjes 2021-02-04 21:51:06 +01:00
parent b90b81c327
commit 4c75a1206d
5 changed files with 5 additions and 5 deletions
README.md
backend
setup.py
src/baserow/config/settings
changelog.md
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.1
Version: 0.8.0
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.1'
VERSION = '0.8.0'
def get_requirements(env):

View file

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

View file

@ -1,6 +1,6 @@
# Changelog
## Unreleased
## Released (2021-02-04)
* Upgraded web-frontend dependencies.
* Fixed bug where you could not convert an existing field to a single select field

View file

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