Skip to content

Commit 3a3321d

Browse files
committed
Bump to 2.1.2
1 parent a18a717 commit 3a3321d

File tree

7 files changed

+17
-6
lines changed

7 files changed

+17
-6
lines changed

docs/changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ Changelog
55

66
.. towncrier release notes start
77
8+
Pyrh 2.1.2 (2023-03-04)
9+
=======================
10+
11+
Features
12+
--------
13+
14+
- Added on-demand MFA generation to SessionManager (#300)
15+
16+
17+
Misc
18+
----
19+
20+
- #299, #301, #306
21+
22+
823
Pyrh 2.1.1 (2023-01-21)
924
=======================
1025

newsfragments/299.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/300.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/301.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/306.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyrh"
3-
version = "2.1.1"
3+
version = "2.1.2"
44
description = "Unofficial Robinhood Python API"
55
authors = [
66
"Unofficial Robinhood Python API Developers"

pyrh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .cache import dump_session, load_session
55
from .robinhood import Robinhood
66

7-
__version__ = "2.1.1"
7+
__version__ = "2.1.2"
88
__all__ = [
99
"__version__",
1010
"Robinhood",

0 commit comments

Comments
 (0)