Skip to content

Commit

Permalink
bump 0.5.0 (#24)
Browse files Browse the repository at this point in the history
* bump 0.5.0

* better cmd
  • Loading branch information
crflynn authored Mar 24, 2021
1 parent fd9db42 commit 54a0371
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release Changelog
-----------------

0.5.0 (2021-03-24)
~~~~~~~~~~~~~~~~~~

* Exclude enums from instrumentation

0.4.1 (2020-12-14)
~~~~~~~~~~~~~~~~~~

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

release: clean build
ghr -u crflynn -r sklearn-instrumentation -c $(shell git rev-parse HEAD) -delete -b "release" -n $(shell poetry version | tail -c +25) $(shell poetry version | tail -c +25) dist/
ghr -u crflynn -r sklearn-instrumentation -c $(shell git rev-parse HEAD) -delete -b "release" -n $(shell poetry version -s) $(shell poetry version -s) dist/

statsd:
docker run --rm -it -p 8080:8080 -p 8125:8125/udp -p 8125:8125/tcp rapidloop/statsd-vis -statsdudp 0.0.0.0:8125 -statsdtcp 0.0.0.0:8125
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 = "sklearn-instrumentation"
version = "0.4.1"
version = "0.5.0"
description = "scikit-learn instrumentation tooling"
authors = ["flynn <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion sklearn_instrumentation/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.1"
__version__ = "0.5.0"

0 comments on commit 54a0371

Please sign in to comment.