Skip to content

Commit

Permalink
Prepare for 0.8 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvsmith committed Nov 13, 2020
1 parent 75b24ef commit 95d2a4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -70,6 +70,8 @@ Release History
+---------+------------+-------------------------------------+
| Version | Date | Description |
+=========+============+=====================================+
| 0.8 | 2020-11-13 | Fix ClassVar in .replace() |
+---------+------------+-------------------------------------+
| 0.7 | 2019-10-20 | Require python 3.6 only |
+---------+------------+-------------------------------------+
| 0.6 | 2018-05-17 | Equivalent to Python 3.7.0rc1 |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name="dataclasses",
version="0.7",
version="0.8",
description="A backport of the dataclasses module for Python 3.6",
long_description=README,
url="https://github.com/ericvsmith/dataclasses",
Expand Down

0 comments on commit 95d2a4c

Please sign in to comment.