Skip to content

Commit a46f102

Browse files
committed
setting up minor release
1 parent b9f0e99 commit a46f102

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Changelog
22
=========
33

4-
0.7.dev0 - `master`_
5-
~~~~~~~~~~~~~~~~~~~~
4+
0.6.2 - 2019-12-09
5+
~~~~~~~~~~~~~~~~~~
66

7-
* TODO
7+
* Tagging with explicit support for Python 3.8 on PyPI.
8+
* Minor tweak to output of default option value.
89

910
0.6.1 - 2019-03-29
1011
~~~~~~~~~~~~~~~~~~

src/pybnb/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__title__ = 'pybnb'
1111
__summary__ = 'A parallel branch-and-bound engine for Python'
1212
__uri__ = 'https://github.com/ghackebeil/pybnb'
13-
__version__ = '0.7.dev0'
13+
__version__ = '0.6.2'
1414
__author__ = 'Gabriel A. Hackebeil'
1515
__email__ = '[email protected]'
1616
__license__ = 'MIT'

0 commit comments

Comments
 (0)