Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HLA-1192: GitHub branch rename master to main #1725

Merged
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
Loading