Skip to content

Commit

Permalink
Bump version number to 3.2.0. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
crisluengo committed Feb 8, 2022
1 parent 157797b commit 26bf74f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ project(DIPlib)

# The version number and latest copyright year. Update these values here, they're used all throughout the project.
set(PROJECT_VERSION_MAJOR "3")
set(PROJECT_VERSION_MINOR "1")
set(PROJECT_VERSION_MINOR "2")
set(PROJECT_VERSION_PATCH "0")
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
set(DIP_COPYRIGHT_YEAR "2021")
set(DIP_COPYRIGHT_YEAR "2022")

# Debug or Release?
if(NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ If you found an error in the documentation, we consider this a bug. See above ho

## License

Copyright 2014-2021 Cris Luengo and contributors
Copyright 2014-2022 Cris Luengo and contributors
Copyright 1995-2014 Delft University of Technology

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
6 changes: 4 additions & 2 deletions changelogs/diplib_3.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ title: "Changes DIPlib 3.2.0"

- Made window linking easier in Python.

- Added dip.Image.ShowSlice() as an alias for dip.viewer.Show()
- Added `dip.Image.ShowSlice()` as an alias for `dip.viewer.Show()`.

- Better integration into the Python/IPython REPL (use %gui dip in IPython)
- Better integration into the Python/IPython REPL (use `%gui dip` in IPython)

### Changed functionality

Expand All @@ -194,6 +194,8 @@ title: "Changes DIPlib 3.2.0"
- Fixed range calculation for images with infinities.




## Changes to *DIPjavaio*

### New functionality
Expand Down

0 comments on commit 26bf74f

Please sign in to comment.