Skip to content

Commit

Permalink
add missing dependency; bump version and update changelog (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet committed Jan 8, 2021
1 parent 6117e9e commit ba82f83
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion autobahn/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
#
###############################################################################

__version__ = '20.12.3'
__version__ = '21.1.1.dev1'
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
Changelog
=========

master
------

* fix: add missing jinja2 dependency for XBR CLI (#1447)

20.12.3
-------

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
'twisted>=20.3.0', # MIT license
'autobahn>=18.11.2', # MIT license
'web3>=4.8.1', # MIT license
'jinja2>=2.11.2', # BSD license

# the following is needed for EIP712 ("signed typed data"):
'rlp>=2.0.1', # MIT license
Expand Down

0 comments on commit ba82f83

Please sign in to comment.