Skip to content

Commit

Permalink
Merge branch 'master' into notification_testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsCalebJones authored Sep 22, 2024
2 parents 33f24ef + e79d2c0 commit 8d1b7ab
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## v4.4.10 (2024-09-19)

### Fix

* fix: update django-launch-library version to 21.0.0 launch cost ([`b517464`](https://github.com/ItsCalebJones/SpaceLaunchNow-Server/commit/b5174642bf83cbb9d6fa87f0d0a18bdb45a14546))

### Unknown

* Merge pull request #265 from ItsCalebJones/bump_ll_21

fix: update django-launch-library version to 21.0.0 launch cost ([`0bd4883`](https://github.com/ItsCalebJones/SpaceLaunchNow-Server/commit/0bd488361c528fea5f0cbce09f82331d4ce0b52c))

## v4.4.9 (2024-09-19)

### Chore
Expand Down
7 changes: 4 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "spacelaunchnow-server"
version = "4.4.9"
version = "4.4.10"
description = "The Backend and Web server for Space Launch Now"
authors = ["Caleb Jones <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -56,7 +56,7 @@ sorl-thumbnail = "==12.9.0"
sorl-thumbnail-serializer-field = "==0.2.1"
python-semantic-release = "7.34.6"
tzlocal = "==4.2"
django-launch-library = {version = "^20.10.0", source = "tsd"}
django-launch-library = {version = "^21.0.0", source = "tsd"}
environs = "^9.5.0"
django-jet-reboot = "^1.3.3"
pymemcache = "^4.0.0"
Expand Down

0 comments on commit 8d1b7ab

Please sign in to comment.