Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
Jira ticket: BB-4013
  • Loading branch information
Agrendalath committed Apr 30, 2021
1 parent 3fa33ab commit 5f6043e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Change Log
Unreleased
~~~~~~~~~~

[3.1.0] - 2021-04-28
~~~~~~~~~~~~~~~~~~~~

* Add Koa support.
* Upgrade Python to 3.8.

[2.2.1] - 2020-06-05
~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion completion_aggregator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

from __future__ import absolute_import, unicode_literals

__version__ = '3.0.3'
__version__ = '3.1.0'

default_app_config = 'completion_aggregator.apps.CompletionAggregatorAppConfig' # pylint: disable=invalid-name

0 comments on commit 5f6043e

Please sign in to comment.