-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
There was a problem hiding this 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 | |
---|---|---|---|
![]() |
Infrastructure as Code | ![]() ![]() ![]() ![]() |
View in Orca |
![]() |
Secrets | ![]() ![]() ![]() ![]() |
View in Orca |
![]() |
Vulnerabilities | ![]() ![]() ![]() ![]() |
View in Orca |
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" |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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
?
JIRA Ticket
Description
Major Changes:
How To Test
Test Data
Related PRs