Skip to content

Commit 936d215

Browse files
Bump version: 1.55.1 → 1.56.0
1 parent 8d6fb2f commit 936d215

11 files changed

Lines changed: 22 additions & 22 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.55.1
2+
current_version = 1.56.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))((?P<release>.)(?P<build>\d+))?

.github/pycafe-create-status.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ def increment():
5050

5151
artifact_name = "solara-builds" # name given in the GitHub Actions workflow file for the artifact
5252

53-
# your default requirements, the wheel version number (1.55.1) is bumped up for each new release using bump2version
53+
# your default requirements, the wheel version number (1.56.0) is bumped up for each new release using bump2version
5454
requirements = f"""solara
55-
https://py.cafe/gh/artifact/{repo_name}/actions/runs/{run_id}/{artifact_name}/solara-1.55.1-py2.py3-none-any.whl
56-
https://py.cafe/gh/artifact/{repo_name}/actions/runs/{run_id}/{artifact_name}/solara_ui-1.55.1-py2.py3-none-any.whl
55+
https://py.cafe/gh/artifact/{repo_name}/actions/runs/{run_id}/{artifact_name}/solara-1.56.0-py2.py3-none-any.whl
56+
https://py.cafe/gh/artifact/{repo_name}/actions/runs/{run_id}/{artifact_name}/solara_ui-1.56.0-py2.py3-none-any.whl
5757
"""
5858

5959
# GitHub Python API

packages/pytest-ipywidgets/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ license = {file = "LICENSE"}
1111
requires-python = ">=3.8"
1212
classifiers = ["License :: OSI Approved :: MIT License"]
1313
dynamic = ["description"]
14-
version = "1.55.1"
14+
version = "1.56.0"
1515
dependencies = [
16-
"solara-ui==1.55.1",
17-
"solara-server[starlette]==1.55.1",
16+
"solara-ui==1.56.0",
17+
"solara-server[starlette]==1.56.0",
1818
"pytest",
1919
"playwright",
2020
"pytest-playwright",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"CDN assets for Solara"
22

3-
__version__ = "1.55.1"
3+
__version__ = "1.56.0"

packages/solara-enterprise/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ requires-python = ">=3.8"
1212
classifiers = ["License :: Free for non-commercial use"]
1313
dynamic = ["version", "description"]
1414
dependencies = [
15-
"solara-ui==1.55.1",
16-
"solara-server==1.55.1",
15+
"solara-ui==1.56.0",
16+
"solara-server==1.56.0",
1717
]
1818

1919
[project.optional-dependencies]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"Enterprise features for Solara"
22

3-
__version__ = "1.55.1"
3+
__version__ = "1.56.0"

packages/solara-meta/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ license = {file = "LICENSE"}
1111
requires-python = ">=3.8"
1212
classifiers = ["License :: OSI Approved :: MIT License"]
1313
dynamic = ["description"]
14-
version = "1.55.1"
14+
version = "1.56.0"
1515
packages = [
1616
{ include = "solara" }
1717
]
1818
dependencies = [
19-
"solara-ui[all]==1.55.1",
20-
"solara-server[starlette,dev]==1.55.1"
19+
"solara-ui[all]==1.56.0",
20+
"solara-server[starlette,dev]==1.56.0"
2121
]
2222

2323
[project.urls]
@@ -33,7 +33,7 @@ all = [
3333
]
3434

3535
assets = [
36-
"solara-assets==1.55.1"
36+
"solara-assets==1.56.0"
3737
]
3838

3939
documentation = [
@@ -55,7 +55,7 @@ documentation = [
5555

5656
# for backwards compatibility to support solara[pytest]
5757
pytest = [
58-
"pytest-ipywidgets[all]==1.55.1"
58+
"pytest-ipywidgets[all]==1.56.0"
5959
]
6060

6161
# for backwards compatibility to support solara[dev]

packages/solara-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [{name = "Maarten A. Breddels", email = "maartenbreddels@gmail.com"}]
1010
license = {file = "LICENSE"}
1111
requires-python = ">=3.8"
1212
classifiers = ["License :: OSI Approved :: MIT License"]
13-
version = "1.55.1"
13+
version = "1.56.0"
1414
dynamic = ["description"]
1515
dependencies = [
1616
"solara-ui",

release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
## Making an alpha release
88

99

10-
$ ./release.sh patch --new-version 1.55.1a1
10+
$ ./release.sh patch --new-version 1.56.0a1
1111

1212

1313
# semi automated
1414
To make a new release
1515
```
1616
# update solara/__init__.py
17-
$ git add -u && git commit -m 'Release v1.55.1' && git tag v1.55.1 && git push upstream master v1.55.1
17+
$ git add -u && git commit -m 'Release v1.56.0' && git tag v1.56.0 && git push upstream master v1.56.0
1818
```
1919

2020

2121
If a problem happens, and you want to keep the history clean
2222
```
2323
# do fix
2424
$ git rebase -i HEAD~3
25-
$ git tag v1.55.1 -f && git push upstream master v1.55.1 -f
25+
$ git tag v1.56.0 -f && git push upstream master v1.56.0 -f
2626
```

solara/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Build webapps using IPywidgets"""
22

3-
__version__ = "1.55.1"
3+
__version__ = "1.56.0"
44
github_url = "https://github.com/widgetti/solara"
55
git_branch = "master"
66

0 commit comments

Comments
 (0)