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

more sophisticated versioning (take 2) #70

Merged
merged 3 commits into from
Dec 18, 2020
Merged

Conversation

dataders
Copy link
Collaborator

to resolve #66. should merge #62 first probably so we can get an auto-check that this PR doesn't break anything

Copy link
Contributor

@jtcohen6 jtcohen6 left a comment

Choose a reason for hiding this comment

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

This is the right idea. I'm still not sure why dbt --version isn't working:

$ dbt --version
installed version: 0.18.1
   latest version: 0.18.1

Up to date!

Plugins:

@mikaelene
Copy link
Collaborator

I don't understand why the CI job fails? I have merged #62 to master and it runs well.

@dataders
Copy link
Collaborator Author

dataders commented Dec 17, 2020

I don't understand why the CI job fails? I have merged #62 to master and it runs well.

So I botched the copy and paste. fixed now.

@@ -0,0 +1 @@
version = '0.18.0b2'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@mikaelene @jtcohen6 any guidance on what this version should be? We'll prolly cut a release soon-ish that incorporates all of these recent PRs....

do we include the most recent patch release (.1) number? what does the b mean?

Suggested change
version = '0.18.0b2'
version = '0.18.1b0'

Copy link
Collaborator

Choose a reason for hiding this comment

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

I have not done any 0.18.1 release yet. If we fix the snapshot-check-strategy and make sure all connections variations work. Why not 0.18.1? 😀. That is a dbt version that it works well with

@mikaelene mikaelene merged commit 6833bcc into master Dec 18, 2020
@mikaelene mikaelene deleted the add_version_file2 branch January 20, 2021 08:42
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.

add __version__.py
3 participants