Skip to content

Commit 54858fb

Browse files
Merge pull request #30 from Geode-solutions/next
Next
2 parents a28897b + 2a328b1 commit 54858fb

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22

33

44

5-
## v1.3.0 (2023-10-25)
5+
## v1.3.0-rc.4 (2023-10-31)
6+
7+
### Fix
8+
9+
* fix(dependencies): update ecosystem ([`bc00d25`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/bc00d25b0f4d9c9ac045d46c338862dfbc2d880b))
610

711
### Unknown
812

9-
* Merge pull request #28 from Geode-solutions/next
13+
* Merge pull request #29 from Geode-solutions/fix_update_ecosystem
1014

11-
Next ([`b8d6cdf`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/b8d6cdffdfc07b810b64fc3fc01c3413bebe2176))
15+
fix(dependencies): update ecosystem ([`ed1daaa`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/ed1daaaeaa2cef3b76aee18cd3a332b9fbc7efb1))
1216

1317
* Merge branch 'master' into next ([`a3dd757`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/a3dd757571a2c2605eff6e6b37cc05edb92e844b))
1418

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "OpenGeodeWeb-Back"
8-
version = "1.3.0"
8+
version = "1.3.0-rc.4"
99
dynamic = ["dependencies"]
1010
authors = [
1111
{ name="Geode-solutions", email="[email protected]" },

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# pip-compile --resolver=backtracking requirements.in
66
#
7-
geode-common==28.0.0
7+
geode-common==29.0.0
88
# via geode-viewables
9-
geode-viewables==2.1.1
9+
geode-viewables==2.1.2
1010
# via -r requirements.in
1111
opengeode-core==14.9.1
1212
# via

0 commit comments

Comments
 (0)