We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4d4fc commit 8d11549Copy full SHA for 8d11549
CHANGELOG.rst
@@ -5,6 +5,10 @@ Changelog
5
6
This document records the main changes to the ``sdssdb`` code.
7
8
+* :release:`0.12.1 <2024-07-19>`
9
+* add cadence dark_flexible_3x1.csv
10
+* fixing removed column from astra source table
11
+* Fix table name in peewee model for catalog_from_sdss_speclite_dr19p
12
* Add method ``get_database_uri()`` to ``DatabaseConnection``.
13
14
* :release:`0.12.0 <2024-06-28>`
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = sdssdb
3
-version = 0.12.1a0
+version = 0.12.1
4
author = José Sánchez-Gallego
author_email = [email protected]
description = SDSS product for database management
0 commit comments