Skip to content

Commit

Permalink
1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
madlexa committed Apr 30, 2020
1 parent 86f67de commit 328892a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
----------

Version 1.28 Thu Apr 30 2020
- support coverage >= 5.0.1 by @enkelli #225 #218
- python: dropped Python 2.6, 3.5 support. Latest version to support them is 1.27
- python: supported Python 3.8

Version 1.27 Fri Nov 8 2019
- pylint: more compatibility fixes #215

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.27"
__version__ = "1.28"

teamcity_presence_env_var = "TEAMCITY_VERSION"

Expand Down

0 comments on commit 328892a

Please sign in to comment.