initial checkin of auto versioning#169
Merged
graysonarts merged 4 commits intotableau:developmentfrom Apr 11, 2017
graysonarts:stage-auto-version
Merged
initial checkin of auto versioning#169graysonarts merged 4 commits intotableau:developmentfrom graysonarts:stage-auto-version
graysonarts merged 4 commits intotableau:developmentfrom
graysonarts:stage-auto-version
Conversation
Collaborator
|
Just ran a test and it totally works: |
t8y8
approved these changes
Apr 11, 2017
Collaborator
t8y8
left a comment
There was a problem hiding this comment.
🚀
Pretty simple, did multiple checkins and it all worked for me
| versionfile_source = tableauserverclient/_version.py | ||
| versionfile_build = tableauserverclient/_version.py | ||
| tag_prefix = v | ||
| #parentdir_prefix = |
t8y8
pushed a commit
to t8y8/server-client-python
that referenced
this pull request
Jun 28, 2017
* initial checkin of auto versioning * fix version tag * fix mistaken version configuration * clean up
bryceglarsen
pushed a commit
to bryceglarsen/server-client-python
that referenced
this pull request
Dec 28, 2023
Update bootstrap to address xss vulnerability
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding Versioneer support into the library to support integration testing across boundaries. (i.e. new version number per checkin).