Skip to content

Commit

Permalink
release-0.4.1 (#87)
Browse files Browse the repository at this point in the history
* release-0.4.1

* upd

* fix date
  • Loading branch information
crflynn committed Jul 4, 2021
1 parent 13bd6cf commit 7b7b805
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release Changelog
-----------------

0.4.1 (2021-07-04)
~~~~~~~~~~~~~~~~~~

* Set an explicit lower bound on sklearn version.
* Fix a bug with ``split_select_weights``

0.4.0 (2021-04-23)
~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ publish: clean sdist

.PHONY: release
release: clean sdist
ghr -u crflynn -r skranger -c $(shell git rev-parse HEAD) -delete -b "release" -n $(shell poetry version | tail -c +10) $(shell poetry version | tail -c +10) dist/*.tar.gz
ghr -u crflynn -r skranger -c $(shell git rev-parse HEAD) -delete -b "release" -n $(shell poetry version -s) $(shell poetry version -s) dist/*.tar.gz

.PHONY: sdist
sdist: copy
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "skranger"
version = "0.4.0"
version = "0.4.1"
description = "Python bindings for C++ ranger random forests"
authors = ["Flynn <crf204@gmail.com>"]
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion skranger/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.4.1"

0 comments on commit 7b7b805

Please sign in to comment.