Skip to content

Commit

Permalink
Update version to 2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Vinicius Kwiecien Ruoso <[email protected]>
  • Loading branch information
vkruoso committed Feb 5, 2017
1 parent f9775ef commit 2bd4079
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ You can also use it with the subcommands, like ``receita build --help``.
Changelog
---------

2.2.0
+++++

* `#17`_: Fix activities with the same code bug
* `#15`_: Add QSA support

2.1.1
+++++

Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ Você também pode utilizá-lo com os subcomandos, como ``receita build --help``
Changelog
---------

2.2.0
+++++

* `#17`_: Corrigido bug de atividades com mesmo código
* `#15`_: Adicionado suporte ao QSA

2.1.1
+++++

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

__version__ = '2.1.1'
__version__ = '2.2.0'

0 comments on commit 2bd4079

Please sign in to comment.