Skip to content

Commit

Permalink
Bump to version 0.8.0 (#145)
Browse files Browse the repository at this point in the history
* Breaking changes:

- Change the routes related to hardware, sensors and camera images

- Drop support of Python 3.9 and 3.10

* Major changes:

- Improve caching of DB queries

- Add Socket.IO events allowing the client to join and leave rooms

- Add a GitHub action on push and pull requests

- Add a server for Gaia to upload camera images

- Fix the `SkyWatcher`

* Minor changes

- Fuse back `StreamGaiaEvents` into `GaiaEvents`
  • Loading branch information
vaamb authored Nov 28, 2024
1 parent 3990a5a commit ab9cdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ouranos/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.7.1"
__version__ = "0.8.0"

from ouranos.core.globals import current_app, db, scheduler
from ouranos.core.config import app_info, configure_logging, setup_config
Expand Down

0 comments on commit ab9cdc5

Please sign in to comment.