Skip to content

Commit

Permalink
Update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Nov 7, 2023
1 parent 2df22bb commit b16dbbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
==================

- Update style and linting checking [#103]
- Fix regex issue in internal configobj [#108]
- Remove bundled ``configobj`` package in favor of the ``configobj`` package
bundled into ``astropy``. [#122]

0.5.1 (2023-10-02)
==================
Expand All @@ -11,7 +14,6 @@
- Move ``strun`` to entrypoints [#101]
- Deprecate ``preserve_comments`` fix spec parsing for inline comments with
a closing parenthesis [#107]
- Fix regex issue in internal configobj [#108]

0.5.0 (2023-04-19)
==================
Expand Down
1 change: 1 addition & 0 deletions src/stpipe/extern/configobj.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
"stpipe.extern.configobj is deprecated in favor of astropy.extern.configobj, "
"please use that instead.",
DeprecationWarning,
stacklevel=2,
)

0 comments on commit b16dbbb

Please sign in to comment.