Skip to content

Commit

Permalink
1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
shalupov committed Mar 10, 2019
1 parent 3691021 commit a5e65d9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Change Log
----------

Version 1.22 Sun Mar 10 2019

- python: dropped Python 2.4, 2.5, 3.2, 3.3 support. Latest version to support them is 1.21
- python: supported Python 3.6, 3.7
- behave: initial support
- unittest: subtests support
- various unicode fixes
- nose, unittest: correctly capture stdout to provide better test output
- twisted: format twisted Failure objects by @jackrobison
- various test infrastructure fixes by @sambrightman
- flake8: correctly initialize options by @sambrightman
- various fixes to use teamcity-messages code in JetBrains PyCharm IDE

Version 1.21 Mon Jan 2 2017

- pytest: internal Error during test collection with pytest and teamcity-messages plugin #112
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.21"
__version__ = "1.22"

teamcity_presence_env_var = "TEAMCITY_VERSION"

Expand Down

0 comments on commit a5e65d9

Please sign in to comment.