Skip to content

Commit

Permalink
Update changelog and bump version to 2.6 for development.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
bluescarni committed Nov 17, 2017
1 parent e0a03bd commit c94609e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if((NOT PAGMO_BUILD_PAGMO) AND (NOT PAGMO_BUILD_PYGMO))
endif()

# Main pagmo/pygmo project version.
set(PAGMO_PROJECT_VERSION 2.5)
set(PAGMO_PROJECT_VERSION 2.6)

if(PAGMO_BUILD_PAGMO)
# Initial setup of a pagmo build.
Expand Down
10 changes: 10 additions & 0 deletions doc/sphinx/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

2.6 (unreleased)
----------------

Fix
~~~

- Fix a bug in NSGA2 when the bounds of the problem contain negative values (`#139 <https://github.com/esa/pagmo2/pull/139>`__).

- Various documentation fixes and improvements (`#139 <https://github.com/esa/pagmo2/pull/139>`__).

2.5 (2017-11-12)
----------------

Expand Down

0 comments on commit c94609e

Please sign in to comment.