Skip to content

Conversation

@graysonarts
Copy link
Contributor

Adding Versioneer support into the library to support integration testing across boundaries. (i.e. new version number per checkin).

@graysonarts graysonarts requested a review from t8y8 April 11, 2017 20:13
@t8y8
Copy link
Collaborator

t8y8 commented Apr 11, 2017

Just ran a test and it totally works:

(tableau) TDOYLE-MAC1:server-client-python tdoyle$ git commit -m "1"
[merica 2f220e9] 1
 1 file changed, 1 insertion(+)
 create mode 100644 test.test
(tableau) TDOYLE-MAC1:server-client-python tdoyle$ python -c "import tableauserverclient as TSC; print(TSC.__version__)"
0.2+60.g2f220e9
(tableau) TDOYLE-MAC1:server-client-python tdoyle$ git commit -m "2"
[merica 0248c42] 2
 1 file changed, 1 insertion(+)
(tableau) TDOYLE-MAC1:server-client-python tdoyle$ python -c "import tableauserverclient as TSC; print(TSC.__version__)"
0.2+61.g0248c42

Copy link
Collaborator

@t8y8 t8y8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

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 =
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nuke if we don't need

@graysonarts graysonarts merged commit 48f8e3e into tableau:development Apr 11, 2017
@graysonarts graysonarts deleted the stage-auto-version branch April 12, 2017 16:10
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants