Skip to content

Commit

Permalink
1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekidya committed Oct 17, 2024
1 parent b0715fb commit 9462304
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
----------

Version 1.33 Thu Oct 17 2024
- python: supported Python 3.12
- coverage: fix coverage 7.5+ #282

Version 1.32 Tue Sep 27 2022
- flake8: fix flake8 >= 5 by @itsb #266 #264

Expand Down
2 changes: 1 addition & 1 deletion teamcity/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__all__ = ['is_running_under_teamcity']

__version__ = "1.32"
__version__ = "1.33"

teamcity_presence_env_var = "TEAMCITY_VERSION"

Expand Down

0 comments on commit 9462304

Please sign in to comment.