Skip to content

Commit

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

Version 1.23 Sun Mar 10 2019
- Correct supported python versions, description, keywords

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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ def run_tests(self):
author='JetBrains',
author_email='[email protected]',
description='Send test results ' +
'to TeamCity continuous integration server from unittest, nose, py.test, twisted trial (Python 2.4+)',
'to TeamCity continuous integration server from unittest, nose, py.test, twisted trial, behave (Python 2.6+)',
long_description=README + '\n\n' + CHANGES,
license='Apache 2.0',
keywords='unittest teamcity test nose py.test pytest jetbrains',
keywords='unittest teamcity test nose behave flake8 py.test pytest jetbrains',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
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.22"
__version__ = "1.23"

teamcity_presence_env_var = "TEAMCITY_VERSION"

Expand Down

0 comments on commit 0a02863

Please sign in to comment.