Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyabsk committed Jan 22, 2023
1 parent ceb5785 commit 137d07b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Changelog

.. towncrier release notes start
Pyrh 2.1.1 (2023-01-21)
=======================

Features
--------

- Automating MFA authentication using `PyOTP` (#303)


Pyrh 2.0.1 (2022-11-25)
=======================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyrh"
version = "2.0.1"
version = "2.1.1"
description = "Unofficial Robinhood Python API"
authors = [
"Unofficial Robinhood Python API Developers"
Expand Down
2 changes: 1 addition & 1 deletion pyrh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .cache import dump_session, load_session
from .robinhood import Robinhood

__version__ = "2.0.1"
__version__ = "2.1.1"
__all__ = [
"__version__",
"Robinhood",
Expand Down

0 comments on commit 137d07b

Please sign in to comment.