We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af28d2d commit 0249995Copy full SHA for 0249995
CHANGELOG.rst
@@ -5,9 +5,13 @@ Changelog
5
6
This document records the main changes to the ``sdssdb`` code.
7
8
+* :release:`0.8.1 <2023-12-05>`
9
+* Added ``opsdb.overhead`` table and models for Peewee and SQLAlchemy.
10
+* Updated GitHub workflows.
11
+
12
* :release:`0.8.0 <2023-10-23>`
13
* Added new schema for ``vizdb`` schema in ``sdss5db``.
-* Added new peewee and sqlalchemy ORMs for ``vizdb`` schema.
14
+* Added new peewee and sqlalchemy ORMs for ``vizdb`` schema.
15
16
* :release:`0.7.0 <2023-09-28>`
17
* Added complete SQLAlchemy models for ``sdss5db``.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = sdssdb
3
-version = 0.8.1a0
+version = 0.8.1
4
author = José Sánchez-Gallego
author_email = [email protected]
description = SDSS product for database management
0 commit comments