Skip to content

Commit fed3d91

Browse files
authored
Prepare for 2.1.2 (baserow#4877)
1 parent 113b787 commit fed3d91

56 files changed

Lines changed: 236 additions & 218 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ existing tools and performs at any scale.
2828
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://www.heroku.com/deploy/?template=https://github.com/baserow/baserow/tree/master)
2929

3030
```bash
31-
docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:2.1.1
31+
docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:2.1.2
3232
```
3333

3434
![Baserow database screenshot](docs/assets/screenshot.png "Baserow database screenshot")
@@ -116,7 +116,7 @@ Created by Baserow B.V. - bram@baserow.io.
116116

117117
Distributes under the MIT license. See `LICENSE` for more information.
118118

119-
Version: 2.1.1
119+
Version: 2.1.2
120120

121121
The official repository can be found at https://github.com/baserow/baserow.
122122

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="2.1.1"
9+
export BASEROW_VERSION="2.1.2"
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
@@ -453,7 +453,7 @@
453453
"name": "MIT",
454454
"url": "https://github.com/baserow/baserow/blob/develop/LICENSE",
455455
},
456-
"VERSION": "2.1.1",
456+
"VERSION": "2.1.2",
457457
"SERVE_INCLUDE_SCHEMA": False,
458458
"TAGS": [
459459
{"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 = "2.1.1"
1+
VERSION = "2.1.2"

backend/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog.md

Lines changed: 67 additions & 53 deletions
Large diffs are not rendered by default.

changelog/entries/unreleased/bug/4850_resolved_a_bug_which_prevented_user_source_users_from_being_.json renamed to changelog/entries/2.1.2/bug/4850_resolved_a_bug_which_prevented_user_source_users_from_being_.json

File renamed without changes.

changelog/entries/unreleased/bug/4860_resolved_a_bug_which_prevented_builder_data_source_and_workf.json renamed to changelog/entries/2.1.2/bug/4860_resolved_a_bug_which_prevented_builder_data_source_and_workf.json

File renamed without changes.

changelog/entries/unreleased/bug/4862_resolved_a_bug_which_caused_table_and_repeat_element_load_mo.json renamed to changelog/entries/2.1.2/bug/4862_resolved_a_bug_which_caused_table_and_repeat_element_load_mo.json

File renamed without changes.

changelog/entries/unreleased/bug/resolved_a_caching_issue_when_applications_users_had_no_role.json renamed to changelog/entries/2.1.2/bug/resolved_a_caching_issue_when_applications_users_had_no_role.json

File renamed without changes.

0 commit comments

Comments
 (0)