Skip to content

Commit

Permalink
teamtalk.py v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaTegner committed Jul 12, 2024
1 parent d02329e commit 18f036f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
needs: [builder_teamtalk]
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -100,5 +102,3 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
4 changes: 3 additions & 1 deletion docs/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ This document holds a human-readable list of changes between releases.
For more information on SemVer, please visit http://semver.org/.


version: 1.3.0 - unreleased
:version:`1.2.1` - 2024-07-12
---------------------------------

This release adds the handling of the bot lost connection to the server event, a join_channel method to the teamtalk.Server class, an is_me function to the teamtalk.User class, and more descriptive error messages for the TT SDK Downloader, when failing to extract the sdk due to missing 7zip or equivalent.

Added
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "teamtalk-py"
version = "1.2.0"
version = "1.2.1"
description = "a simple but powerful pythonic library for making bots for the TeamTalk5 Conferencing System"
authors = ["JessicaTegner <jessica.tegner@outlook.com>"]
license = "MIT"
Expand Down

0 comments on commit 18f036f

Please sign in to comment.