Skip to content

Commit

Permalink
HLA-1192: GitHub branch rename master to main (#1725)
Browse files Browse the repository at this point in the history
Co-authored-by: codesee-maps[bot] <86324825+codesee-maps[bot]@users.noreply.github.com>
  • Loading branch information
s-goldman and codesee-maps[bot] committed Feb 15, 2024
1 parent 0d8fdf3 commit 385c29e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ number of the code change for that issue. These PRs can be viewed at:

3.6.3 (unreleased)
=====================
- Github branch "master" renamed to main. [#1725]

- Reorganized the readthedocs documentation with the help of various STScI staff. [#1717]

- Added FluxAp1, FluxErrAp1, FluxAp2, and FluxErrAp2 to point sources catalogs
Expand Down
2 changes: 1 addition & 1 deletion drizzlepac/haputils/get_git_rev_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def get_rev_id(local_repo_path):
# Even if installed from a release branch, if there is no git information
# it was installed separate from the source directory, so it is a
# at least a release branch which is comparable to master.
rv = 'master'
rv = 'main'
finally:
os.chdir(start_path)
return(rv)
Expand Down

0 comments on commit 385c29e

Please sign in to comment.