Skip to content

Commit

Permalink
version: 2.1.2
Browse files Browse the repository at this point in the history
documentation on pypi worked in release candidate. release to stable
  • Loading branch information
brycedrennan committed Jan 16, 2021
1 parent b0aec1d commit 3973207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def loop(event_loop):

## Changelog

#### 2.1.2-rc.1
#### 2.1.2
- documentation: add pypi documentation

#### 2.1.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

__version__ = "2.1.2-rc.1"
__version__ = "2.1.2"

this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, "README.md"), encoding="utf-8") as f:
Expand Down

0 comments on commit 3973207

Please sign in to comment.