Skip to content

Commit

Permalink
Fix default dispatcher and bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Scarlato (Jungmann) committed Jul 30, 2016
1 parent 02e7518 commit d3331b6
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
History
-------

0.2.3 (2016-07-30)
++++++++++++++++++
* Fix default dispatcher and bot

0.2.2 (2016-07-27)
++++++++++++++++++
* Fix multi workers
Expand Down
43 changes: 43 additions & 0 deletions HISTORY.rst~
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
.. :changelog:

History
-------

0.2.2 (2016-07-27)
++++++++++++++++++
* Fix multi workers

0.2.1 (2016-07-24)
++++++++++++++++++
* Update for python-telegram-bot release v5.0

0.2.0 (2016-04-27)
++++++++++++++++++

* Update for python-telegram-bot release v4.0.1

0.1.8 (2016-03-22)
++++++++++++++++++

* Update for deprecation in python-telegram-bot release v3.4

0.1.5 (2016-01-28)
++++++++++++++++++

* Fix compatibility.

0.1.4 (2016-01-28)
++++++++++++++++++

* Fix compatibility.

0.1.3 (2016-01-28)
++++++++++++++++++

* Fix setting certificate.
* Add method DjangoTelegramBot.getBot(); get bot instance by token or username.

0.1.2 (2016-01-26)
++++++++++++++++++

* First release on PyPI.
2 changes: 1 addition & 1 deletion django_telegrambot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.2.2'
__version__ = '0.2.3'
default_app_config = 'django_telegrambot.apps.DjangoTelegramBot'
2 changes: 2 additions & 0 deletions django_telegrambot/__init__.py~
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
__version__ = '0.2.2'
default_app_config = 'django_telegrambot.apps.DjangoTelegramBot'

0 comments on commit d3331b6

Please sign in to comment.