Skip to content

Commit

Permalink
Merge branch 'main' into ig/reopen_for_read_elem_as_dask
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold authored Sep 4, 2024
2 parents 8e9f2d3 + d7643e9 commit abc13bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensions/release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from sphinx.application import Sphinx


FULL_VERSION_RE = re.compile(r"^(\d+)\.(\d+)\.(\d+)(?:\.dev.*)?$")
FULL_VERSION_RE = re.compile(r"^(\d+)\.(\d+)\.(\d+)(?:(\.dev.*)|(rc.*))?$")


class ReleaseNotes(SphinxDirective):
Expand Down

0 comments on commit abc13bd

Please sign in to comment.