Skip to content

Commit

Permalink
chore(release): 1.1.5
Browse files Browse the repository at this point in the history
## [1.1.5](v1.1.4...v1.1.5) (2023-01-13)

### Bug Fixes

* add missing requirements to setup.py ([#5](#5)) ([8bc5481](8bc5481))
  • Loading branch information
strmprivacy-io committed Jan 13, 2023
1 parent 8bc5481 commit f1781ac
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.5](https://github.com/strmprivacy/strm-privacy-diagnostics/compare/v1.1.4...v1.1.5) (2023-01-13)


### Bug Fixes

* add missing requirements to setup.py ([#5](https://github.com/strmprivacy/strm-privacy-diagnostics/issues/5)) ([8bc5481](https://github.com/strmprivacy/strm-privacy-diagnostics/commit/8bc548175b2be5b7ed0c7225e1feffb0d3fe0855))

## [1.1.4](https://github.com/strmprivacy/strm-privacy-diagnostics/compare/v1.1.3...v1.1.4) (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 @@ -36,6 +36,6 @@
name='strmprivacy-diagnostics',
packages=find_namespace_packages(include=['strmprivacy.*']),
namespace_packages=["strmprivacy"],
version='1.1.4',
version='1.1.5',
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.4'
__version__ = '1.1.5'

from .diagnostics import PrivacyDiagnostics

0 comments on commit f1781ac

Please sign in to comment.