Skip to content

Commit

Permalink
Merge pull request #988 from hydrosquall/release/0.15.1
Browse files Browse the repository at this point in the history
Release/0.15.1
  • Loading branch information
hydrosquall committed May 26, 2024
2 parents 1f00d2b + 2505ae7 commit 3006cba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# This workflows will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
# On using trusted publishers:
# https://docs.pypi.org/trusted-publishers/using-a-publisher/

name: Upload Python Package

Expand All @@ -9,7 +11,9 @@ on:

jobs:
deploy:

environment: release
permissions:
id-token: write
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 2 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ History
0.16.0 (2024-XX - Unreleased)
--------------------------------

0.15.0 (2024-05-25)
0.15.1 (2024-05-25)
--------------------------------

* Feature: Support websockets client / endpoints (#508)
Expand All @@ -14,6 +14,7 @@ History
* CI: fixed CodeCov upload (#856)
* CI: Add CodeQL for static analysis scanning (#785)
* Minor: bumped development / examples dependencies
* Minor: Switch to trusted publisher workflow

0.14.0 (2021-03-06)
--------------------------------
Expand Down
2 changes: 1 addition & 1 deletion tiingo/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "0.15.0"
__version__ = "0.15.1"

0 comments on commit 3006cba

Please sign in to comment.