Skip to content

Commit 87cf002

Browse files
authored
Prepare for 2.0.0 release (baserow#4277)
1 parent 2466bf0 commit 87cf002

File tree

89 files changed

+2939
-1556
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+2939
-1556
lines changed

README.md

Lines changed: 25 additions & 18 deletions

backend/docker/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -euo pipefail
66
# ENVIRONMENT VARIABLES USED DIRECTLY BY THIS ENTRYPOINT
77
# ======================================================
88

9-
export BASEROW_VERSION="1.35.3"
9+
export BASEROW_VERSION="2.0.0"
1010

1111
# Used by docker-entrypoint.sh to start the dev server
1212
# If not configured you'll receive this: CommandError: "0.0.0.0:" is not a valid port number or address:port pair.

backend/src/baserow/config/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457
"name": "MIT",
458458
"url": "https://github.com/baserow/baserow/blob/develop/LICENSE",
459459
},
460-
"VERSION": "1.35.3",
460+
"VERSION": "2.0.0",
461461
"SERVE_INCLUDE_SCHEMA": False,
462462
"TAGS": [
463463
{"name": "Settings"},

backend/src/baserow/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.35.3"
1+
VERSION = "2.0.0"

changelog.md

Lines changed: 50 additions & 0 deletions

changelog/entries/unreleased/breaking_change/4135_data_source_now_return_content_with_human_property_names_ins.json renamed to changelog/entries/2.0.0/breaking_change/4135_data_source_now_return_content_with_human_property_names_ins.json

File renamed without changes.

changelog/entries/unreleased/bug/3495_fix_pressing_esc_in_file_field_modal_over_the_edit_file_moda.json renamed to changelog/entries/2.0.0/bug/3495_fix_pressing_esc_in_file_field_modal_over_the_edit_file_moda.json

File renamed without changes.

changelog/entries/unreleased/bug/3501_hide_tooltip_when_value_dynamically_changes_to_null.json renamed to changelog/entries/2.0.0/bug/3501_hide_tooltip_when_value_dynamically_changes_to_null.json

File renamed without changes.

changelog/entries/unreleased/bug/3581_log_files_that_cannot_be_downloaaded_during_import.json renamed to changelog/entries/2.0.0/bug/3581_log_files_that_cannot_be_downloaaded_during_import.json

File renamed without changes.

changelog/entries/unreleased/bug/3717_close_dropdown_when_using_tab_to_move_out_of_collaborators_field.json renamed to changelog/entries/2.0.0/bug/3717_close_dropdown_when_using_tab_to_move_out_of_collaborators_field.json

File renamed without changes.

0 commit comments

Comments
 (0)