-
Notifications
You must be signed in to change notification settings - Fork 189
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
🔀 MERGE: v1.6.4 release #4995
🔀 MERGE: v1.6.4 release #4995
Conversation
Codecov Report
@@ Coverage Diff @@
## support/1.6.x #4995 +/- ##
==============================================
Coverage 79.63% 79.63%
==============================================
Files 519 519
Lines 37112 37112
==============================================
Hits 29551 29551
Misses 7561 7561
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* Remove psycopg2 conda mapping See: conda-forge/aiida-core-feedstock#54 * Update environment.yml
f835f63
to
1517534
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @chrisjsewell
@sphuber what happens with the support branch, in relation to master/develop branches, i.e. the key commits are obviously already cherry-picked from develop, but what about 1517534? does that need to be merged into develop (so that the changelog eventually contains all the 1.6.x sections + 2.x), or do we just not worry about that? |
So far only the CHANGELOG update commits have been important to keep from support releases. Since they are far and between I just added those changes manually in the next release from the main line. For now I think that is simple and good enough I would say. |
Yeh fair, just making sure I wasn't missing a trick 👍 |
hotfix for psycopg2 v2.9 issue