We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4aa55c commit c5c2084Copy full SHA for c5c2084
CHANGES.rst
@@ -2,7 +2,7 @@
2
Changes
3
~~~~~~~
4
5
-0.6.5 (unreleased)
+0.6.5 (2020-06-09)
6
==================
7
8
- Added balance checks and improved generation of unique ids (#100, #104)
setup.py
@@ -5,7 +5,7 @@
import unittest
import sys
-version = "0.6.5.dev0"
+version = "0.6.5"
9
10
with open("CHANGES.rst") as chlogf, open('README.rst', encoding='utf-8') as rdmef:
11
long_description = chlogf.read() + "\n\n" + rdmef.read()
0 commit comments