Skip to content

Commit a6f9d55

Browse files
committed
Updated version to 2.0.3 and added changelog
1 parent 0ff6718 commit a6f9d55

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

README.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ system you want (or even directly to a database).
2424
.. |travis| image:: https://img.shields.io/travis/vkruoso/receita-tools.svg?style=flat-square
2525
:target: https://travis-ci.org/vkruoso/receita-tools
2626
:alt: Build Status
27-
28-
.. |license| image:: https://img.shields.io/dub/l/vibe-d.svg?style=flat-square
27+
28+
.. |license| image:: https://img.shields.io/dub/l/vibe-d.svg?style=flat-square
2929

3030
Installation
3131
------------
@@ -85,6 +85,17 @@ You can always use the ``--help`` option to get help about a command.
8585
You can also use it with the subcommands, like ``receita build --help``.
8686

8787

88+
Changelog
89+
---------
90+
91+
2.0.3
92+
+++++
93+
94+
* `#2`_: Fixed error when handling invalid company data
95+
96+
.. _#2: https://github.com/vkruoso/receita-tools/issues/2
97+
98+
8899
Webservice performance
89100
----------------------
90101

receita/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '2.0.2'
2+
__version__ = '2.0.3'

0 commit comments

Comments
 (0)