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

version 1.9.5 includes all timezones #25

Closed
wants to merge 3 commits into from

Conversation

DrewJoseyGit
Copy link

JIRA Ticket

Description

Major Changes:

  • Describe Major Changes here. What is the goal of your changes? How do your changes achieve this goal?

How To Test

  • Include detailed steps on how to test your podcast
  • How to replicate issue you are fixing
  • How to test the fix

Test Data

  • Include relevant data to test, this can be as simple as show ids and as complex as sql queries to set test data.
  • Takedown show id: 12345678
  • Upsert Show Id: 12345678

Related PRs

  • List related PRs if applicable.

Copy link

@orca-security-us orca-security-us bot left a comment

Choose a reason for hiding this comment

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

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

@DrewJoseyGit DrewJoseyGit changed the base branch from master to develop November 18, 2024 18:56
@DrewJoseyGit DrewJoseyGit changed the base branch from develop to master November 18, 2024 18:58
setup.py Outdated
@@ -8,7 +8,7 @@
# Get the long description from the README file
with open(path.join(here, "README.md"), encoding="utf-8") as f:
long_description = f.read()
released_version = os.environ.get("VERSION")
released_version = "1.9.5"

Choose a reason for hiding this comment

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

Can we roll this back? That release number will come from github

setup.py Outdated
@@ -8,7 +8,7 @@
# Get the long description from the README file
with open(path.join(here, "README.md"), encoding="utf-8") as f:
long_description = f.read()
released_version = os.environ.get("VERSION")
released_version = "1.9.5"

Choose a reason for hiding this comment

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

Can we revert this and just create a released, tagged version of 1.9.5?

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.

3 participants