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

Fixing version bump bug #52

Merged
merged 2 commits into from
Dec 16, 2021
Merged

Fixing version bump bug #52

merged 2 commits into from
Dec 16, 2021

Conversation

leahwicz
Copy link
Contributor

@leahwicz leahwicz commented Dec 7, 2021

resolves #50

Description

This fixes the issue with the package naming bug we saw when we released and there was no rc or b appended to the end. Instead this just relies on versionBump to get the package version

Checklist

  • I have signed the CLA
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change to the "dbt-redshift next" section.

@cla-bot cla-bot bot added the cla:yes label Dec 7, 2021
@@ -57,7 +52,7 @@ def _get_dbt_core_version():


package_name = "dbt-redshift"
package_version = _get_plugin_version()
package_version = "1.0.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

.bumpversion will take care of updating this now

@leahwicz leahwicz merged commit 86c44bf into main Dec 16, 2021
@leahwicz leahwicz deleted the leahwicz/fixVersionBump branch December 16, 2021 14:23
McKnight-42 pushed a commit that referenced this pull request Mar 10, 2022
McKnight-42 added a commit that referenced this pull request Mar 25, 2022
* Fixing version bump bug (#52)

* adding changlog and updating to main

Co-authored-by: leahwicz <60146280+leahwicz@users.noreply.github.com>
abbywh pushed a commit to abbywh/dbt-redshift that referenced this pull request Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix versioning issue in setup.py
2 participants