Skip to content

Commit

Permalink
Preparing release 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kedder committed Jun 8, 2020
1 parent c4aa55c commit c5c2084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -2,7 +2,7 @@
Changes
~~~~~~~

0.6.5 (unreleased)
0.6.5 (2020-06-09)
==================

- Added balance checks and improved generation of unique ids (#100, #104)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
import unittest
import sys

version = "0.6.5.dev0"
version = "0.6.5"

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 c5c2084

Please sign in to comment.