Skip to content

Commit

Permalink
Merge pull request #19 from pchinea/release/1.1.1
Browse files Browse the repository at this point in the history
Bumps version to 1.1.1.
  • Loading branch information
pchinea authored Nov 13, 2021
2 parents dbea2d6 + dbbadb4 commit b891783
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

1.1.1 (2021-11-13)
------------------

* Uses public docker image in docker compose file.
* Adopts semantic versioning.

1.1 (2021-10-31)
----------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Surveillance Bot
################

.. image:: https://github.com/pchinea/telegram-surveillance-bot/actions/workflows/tests.yml/badge.svg
.. image:: https://github.com/pchinea/telegram-surveillance-bot/actions/workflows/tests.yml/badge.svg?branch=master
:target: https://github.com/pchinea/telegram-surveillance-bot/actions/workflows/tests.yml
:alt: Build status

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setuptools.setup(
name="surveillance_bot",
version="1.1",
version="1.1.1",
packages=['surveillance_bot'],
install_requires=["python-telegram-bot>=13,<14", "opencv-python-headless>=4,<5"],
python_requires='>=3.6, <3.10',
Expand Down

0 comments on commit b891783

Please sign in to comment.