Skip to content

Commit

Permalink
Preparing release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kedder committed Sep 13, 2020
1 parent 4e869d4 commit 8113d89
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
Expand Up @@ -2,7 +2,7 @@
Changes
~~~~~~~

0.6.6 (unreleased)
0.7.0 (2020-09-13)
==================

- Drop support for Python 3.4, 3.5, add support for Python 3.8
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.6.6.dev0"
version = "0.7.0"

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 8113d89

Please sign in to comment.