Skip to content

Commit

Permalink
Bump to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyabsk committed Mar 4, 2023
1 parent a18a717 commit 3a3321d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
15 changes: 15 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Changelog

.. towncrier release notes start
Pyrh 2.1.2 (2023-03-04)
=======================

Features
--------

- Added on-demand MFA generation to SessionManager (#300)


Misc
----

- #299, #301, #306


Pyrh 2.1.1 (2023-01-21)
=======================

Expand Down
1 change: 0 additions & 1 deletion newsfragments/299.misc

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/300.misc

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/301.misc

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/306.misc

This file was deleted.

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.1.1"
version = "2.1.2"
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.1.1"
__version__ = "2.1.2"
__all__ = [
"__version__",
"Robinhood",
Expand Down

0 comments on commit 3a3321d

Please sign in to comment.