Skip to content

Commit

Permalink
Releasing 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Oct 31, 2020
1 parent 3ac7736 commit 81e4407
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion emmett/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.1"
__version__ = "2.1.2"
2 changes: 1 addition & 1 deletion emmett/_internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _get_robj(self):
raise NotImplementedError

def __getitem__(self, key):
return self._get_robj[key]
return self._get_robj()[key]

def __setitem__(self, key, value):
self._get_robj()[key] = value
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 = "Emmett"
version = "2.1.1"
version = "2.1.2"
description = "The web framework for inventors"
authors = ["Giovanni Barillari <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 81e4407

Please sign in to comment.