Skip to content

Commit

Permalink
1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekidya committed Feb 22, 2022
1 parent 06013f8 commit d7355a7
Show file tree
Hide file tree
Showing 3 changed files with 6 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.31 Tue Feb 22 2022
- python: supported Python 3.10
- escape unencodable messages by @kri-k #261

Version 1.30 Fri Dec 17 2021
- support pylint >= 2.12 by @Tirzono #259
- pytest: fix assert diffs by @ikonst #247
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def run_tests(self):
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Software Development :: Testing'
],
url="https://github.com/JetBrains/teamcity-messages",
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.30"
__version__ = "1.31"

teamcity_presence_env_var = "TEAMCITY_VERSION"

Expand Down

0 comments on commit d7355a7

Please sign in to comment.