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:
parent
4b2e8d3911
commit
b37886dea2
4 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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):
|
||||
|
|
|
@ -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'},
|
||||
|
|
|
@ -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)",
|
||||
|
|
Loading…
Add table
Reference in a new issue