Skip to content

Commit

Permalink
Bumped version number for v0.0.1rc5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Oct 18, 2022
1 parent 70939c1 commit c9aa939
Show file tree
Hide file tree
Showing 50 changed files with 56 additions and 56 deletions.
12 changes: 6 additions & 6 deletions demo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[tool.briefcase]
project_name = "Toga Demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = "Tiberius Yak"
Expand All @@ -16,26 +16,26 @@ requires = []

[tool.briefcase.app.toga-demo.macOS]
requires = [
"toga-cocoa==0.0.1rc1",
"toga-cocoa==0.0.1rc5",
]

[tool.briefcase.app.toga-demo.linux]
requires = [
"toga-gtk==0.0.1rc1",
"toga-gtk==0.0.1rc5",
]

[tool.briefcase.app.toga-demo.windows]
requires = [
"toga-winforms==0.0.1rc1",
"toga-winforms==0.0.1rc5",
]

# Mobile deployments
[tool.briefcase.app.toga-demo.iOS]
requires = [
"toga-iOS==0.0.1rc1",
"toga-iOS==0.0.1rc5",
]

[tool.briefcase.app.toga-demo.android]
requires = [
"toga-android==0.0.1rc1",
"toga-android==0.0.1rc5",
]
4 changes: 2 additions & 2 deletions demo/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = toga-demo
version = 0.0.1rc1
version = 0.0.1rc5
description = A demonstration of the capabilities of the Toga widget toolkit.
url = https://beeware.org/project/projects/libraries/toga/
project_urls =
Expand Down Expand Up @@ -47,7 +47,7 @@ keywords =

[options]
install_requires =
toga==0.0.1rc1
toga==0.0.1rc5

packages = find:
python_requires = >= 3.5
Expand Down
2 changes: 1 addition & 1 deletion examples/.template/{{ cookiecutter.name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "{{ cookiecutter.formal_name }}"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/activityindicator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Activity Indicator"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/beeliza/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Beeliza"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/box/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Box Demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/button/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Button Demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/canvas/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Canvas Demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/colors/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "colors"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/command/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Command Example"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/date_and_time/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Date And Time"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/detailedlist/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "DetailedList Demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/dialogs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Dialog Demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/divider/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Divider Demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/examples_overview/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Examples Overview"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/focus/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Focus Demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/font/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Font Example"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/handlers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Handler Demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/imageview/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "ImageView Demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/layout/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Layout Test"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/multilinetextinput/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "MultilineTextInput Demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/numberinput/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Demo NumberInput"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/optioncontainer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Option Container Example"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/positron-django/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Positron"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/positron-static/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Positron"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/progressbar/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "ProgressBar demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/scrollcontainer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "ScrollContainer Demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/selection/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Selection Demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/slider/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Slider Demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/switch_demo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Switch Demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/table/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Table Demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/table_source/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "TableSource Demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/textinput/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Text Input Demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/tree/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Tree Demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/tree_source/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "TreeSource Demo"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial0/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Tutorial 0"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial1/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Tutorial 1"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial2/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Tutorial 2"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial3/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Tutorial 3"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial4/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["briefcase"]
[tool.briefcase]
project_name = "Tutorial 4"
bundle = "org.beeware"
version = "0.0.1rc1"
version = "0.0.1rc5"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
Expand Down
Loading

0 comments on commit c9aa939

Please sign in to comment.