Skip to content

Commit

Permalink
Doc build system
Browse files Browse the repository at this point in the history
  • Loading branch information
gnannicini committed Jun 14, 2023
1 parent bbcaeb7 commit 7aae168
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2023-06-14 Giacomo Nannicini <g.nannicini@usc.edu>
Documentation update.
Version 4.2.6 released.

2022-11-20 Giacomo Nannicini <g.nannicini@usc.edu>
Increased parallelization efficiency during initialization phase.
Version 4.2.5 released.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RBFOpt version 4.2.5
RBFOpt version 4.2.6
2 changes: 1 addition & 1 deletion src/rbfopt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .rbfopt_black_box import RbfoptBlackBox
from .rbfopt_user_black_box import RbfoptUserBlackBox

__version__ = '4.2.5'
__version__ = '4.2.6'

__all__ = ['rbfopt_algorithm',
'rbfopt_aux_problems',
Expand Down

0 comments on commit 7aae168

Please sign in to comment.