Skip to content

Commit

Permalink
chore: 2.0.0b3 Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Jan 27, 2020
1 parent 695d516 commit 48c066c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
2.0.0 (In Development)
----------------------

2.0.0b3 (In Development)
------------------------
2.0.0b3 (2020-01-27)
--------------------

- feature: Provide human readable security, request & response validation
errors
Expand All @@ -12,7 +12,7 @@
- feature: Provide ``BaseSettings`` and ``env_factory`` helpers to work with
settings within ``aiohttp.web`` applications. Cover how to work with settings
at docs as well
- chore: Stricter ``mypy`` config to ensure `@operations.register` is a typed
- chore: Stricter ``mypy`` config to ensure ``@operations.register`` is a typed
decorator

2.0.0b2 (2019-12-19)
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ Important

.. code-block:: bash
pip install rororo>=2.0.0a3
pip install rororo==2.0.0b3
or,

.. code-block:: bash
poetry add rororo^=2.0.0a3
poetry add rororo==2.0.0b3
Quick Start
===========
Expand Down

0 comments on commit 48c066c

Please sign in to comment.