Skip to content

Commit

Permalink
chore(release): 1.1.4
Browse files Browse the repository at this point in the history
## [1.1.4](v1.1.3...v1.1.4) (2022-10-17)

### Bug Fixes

* k-plots should have k,0 as plot origin ([#4](#4)) ([725f6e3](725f6e3))
  • Loading branch information
streammachineio-org committed Oct 17, 2022
1 parent 725f6e3 commit 5809a22
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.4](https://github.com/strmprivacy/strm-privacy-diagnostics/compare/v1.1.3...v1.1.4) (2022-10-17)


### Bug Fixes

* k-plots should have k,0 as plot origin ([#4](https://github.com/strmprivacy/strm-privacy-diagnostics/issues/4)) ([725f6e3](https://github.com/strmprivacy/strm-privacy-diagnostics/commit/725f6e3072d38244f09c843d277ad5d29cd91594))

## [1.1.3](https://github.com/strmprivacy/strm-privacy-diagnostics/compare/v1.1.2...v1.1.3) (2022-10-17)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
name='strmprivacy-diagnostics',
packages=find_namespace_packages(include=['strmprivacy.*']),
namespace_packages=["strmprivacy"],
version='1.1.3',
version='1.1.4',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion strmprivacy/diagnostics/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = """Stream Machine B.V."""
__email__ = 'apis@strmprivacy.io'
__version__ = '1.1.3'
__version__ = '1.1.4'

from .diagnostics import PrivacyDiagnostics

0 comments on commit 5809a22

Please sign in to comment.