Skip to content

Commit

Permalink
bumped version, updated history
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Ryabkov committed Dec 10, 2020
1 parent 8a576c8 commit 97cdb55
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ History
------------------

* Added option for disabling stickers.
* Added option for list failed tests
* Added option for list failed tests.

1.2.0
------------------

* Added test session time to report.
2 changes: 1 addition & 1 deletion pytest_telegram/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.0'
__version__ = '1.2.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.2.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/rad96/pytest-telegram',
version='1.1.0',
version='1.2.0',
zip_safe=False,
entry_points={
'pytest11': [
Expand Down

0 comments on commit 97cdb55

Please sign in to comment.