From 9369c2271f5bd0363cbcec64fc0fc9b718600a4a Mon Sep 17 00:00:00 2001 From: Brian Cherinka Date: Fri, 2 Jun 2023 10:09:38 -0400 Subject: [PATCH] pinning tree and updating changelog --- CHANGELOG.rst | 6 +++--- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8afa60d..7a5e1dc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,10 +6,10 @@ Change Log This document records the main changes to the sdss_access code. -Next release ------------- - +2.0.6 (2023-06-02) +------------------ - Adds new `configsubmodule` special function. +- Pins `tree` package to `<4.0`. 2.0.5 (2022-11-30) ------------------ diff --git a/setup.cfg b/setup.cfg index 48d36b1..ce379ad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ package_dir = install_requires = six>=1.11 requests>=2.10.0 - sdss-tree>=3.1.2 + sdss-tree>=3.1.2,<4.0.0 sdsstools>=0.4.5 tqdm>=4.46.0