Skip to content

Commit

Permalink
Preparing release v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Feb 22, 2024
1 parent 964789c commit 275677e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
1.5.1 (unreleased)
1.5.1 (2024-02-21)
==================

Enhancements and Fixes
----------------------
Bug Fixes
---------

- Fix ``pyvo.registry.Author`` to allow registry searches with author constraints. [#515]
- Fix ``pyvo.registry.Author`` to allow registry searches with author
constraints. [#515]

- Backing out of having alt_identifier in RegistryResource throughout.
Use get_alt_identifier() instead [#523]

- Fix ``maxrec=0`` special case for SIA2 queries. [#520]


1.5 (2023-12-19)
================
Expand Down
2 changes: 1 addition & 1 deletion pyvo/registry/tests/test_rtcons.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,4 +507,4 @@ def test_all_constraints():
'reference_url', 'creator_seq', 'created', 'updated',
'rights', 'content_type', 'source_format', 'source_value',
'region_of_regard', 'waveband', 'access_urls', 'standard_ids',
'intf_types', 'intf_roles', 'cap_descriptions')
'intf_types', 'intf_roles')

0 comments on commit 275677e

Please sign in to comment.