Skip to content

Commit

Permalink
Preparing release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kedder committed Sep 14, 2020
1 parent 75f459f commit 08b63d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
-------

0.7.1 (unreleased)
0.7.1 (2020-09-14)
==================

- Include PEP-561 marker into source code distribution
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import unittest
import sys

version = "0.7.1.dev0"
version = "0.7.1"

with open("CHANGES.rst") as chlogf, open("README.rst", encoding="utf-8") as rdmef:
long_description = chlogf.read() + "\n\n" + rdmef.read()
Expand Down

0 comments on commit 08b63d5

Please sign in to comment.