-
Notifications
You must be signed in to change notification settings - Fork 46
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
Update DV_VERSION to 6.3 #197
Conversation
This is what the :unstable docker image currently provides. Closes gdcc#195.
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.
Makes sense. We did release 6.3. Approved.
I wonder if it is better to use
This way, we wouldn't risk being "out of sync" whenever there is a new version. What are your thoughts? |
@JR-1991 yes, good idea. Let's grab the version from the live system. It's more future proof. |
I am not sure what the best course of action is here. It all depends on what the stance on API-level support for pyDataverse is -- i.e., should every version in general just support whatever API was available at that time, or should it also support older API levels for some time. If the goal is to support differently versioned Dataverse instances, it would even be more difficult, but one could either select a version with DV_VERSION or auto-detect the API level using the API. I will have to think about this a little bit more, just some thoughts for now. For a short-term fix, I think fetching it from the live system or keeping it as-is to detect changes early on is good. |
@shoeffner wow, good questions. I defer to @JR-1991 on this. For now I think we just want the test to pass. 😄 @shoeffner you're very welcome to copy and paste your thoughts into the #python channel at https://chat.dataverse.org if you like! 😄 |
Version 6.3 is what the :unstable docker image currently provides.
All Submissions
Inside container:
Follow best practices
Have you checked to ensure there aren't other open Pull Requests for the same update/change? yes, basically all due to the API version change.
Have you followed the guidelines in our Contribution Guide? Yes, but it seems a little outdated. Will create a follow-up issue for this one to update it.
Have you read the Code of Conduct? Yes.
Do your changes in a separate branch. Branches MUST have descriptive names.
Have you merged the latest changes from upstream to your branch? Yes
Describe the PR
What kind of change does this PR introduce?
Why is this change required? What problem does it solve?
Screenshots (if appropriate)
Put
Closes #ISSUE_NUMBER
to the end of this pull requestTesting
Commits
Closes #ISSUE_NUMBER
in your commit messages to auto-close the issue that it fixes (if such).Others
Documentation contribution
Code contribution
Closes #195