We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f0e99 commit a46f102Copy full SHA for a46f102
CHANGELOG.rst
@@ -1,10 +1,11 @@
1
Changelog
2
=========
3
4
-0.7.dev0 - `master`_
5
-~~~~~~~~~~~~~~~~~~~~
+0.6.2 - 2019-12-09
+~~~~~~~~~~~~~~~~~~
6
7
-* TODO
+* Tagging with explicit support for Python 3.8 on PyPI.
8
+* Minor tweak to output of default option value.
9
10
0.6.1 - 2019-03-29
11
~~~~~~~~~~~~~~~~~~
src/pybnb/__about__.py
@@ -10,7 +10,7 @@
__title__ = 'pybnb'
__summary__ = 'A parallel branch-and-bound engine for Python'
12
__uri__ = 'https://github.com/ghackebeil/pybnb'
13
-__version__ = '0.7.dev0'
+__version__ = '0.6.2'
14
__author__ = 'Gabriel A. Hackebeil'
15
__email__ = '[email protected]'
16
__license__ = 'MIT'
0 commit comments