Skip to content

Commit

Permalink
Merge pull request #87 from rodrigo-arenas/0.8.X
Browse files Browse the repository at this point in the history
version 0.8.0 release
  • Loading branch information
rodrigo-arenas committed Jan 5, 2022
2 parents fa1b928 + e34adeb commit f21ff28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ We encourage you to follow these guidelines:
* Describe why you are proposing those changes
* Please run black on top of the package to keep the formatting style
```bash
black .
black sklearn_genetic/
```
* Make sure all the tests are passing, by running in the root of the project
```bash
Expand Down
4 changes: 2 additions & 2 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Release Notes

Some notes on new features in various releases

What's new in 0.8.0dev0
-----------------------
What's new in 0.8.0
-------------------

^^^^^^^^^
Features:
Expand Down
2 changes: 1 addition & 1 deletion sklearn_genetic/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.0dev0"
__version__ = "0.8.0"

0 comments on commit f21ff28

Please sign in to comment.