Skip to content

Commit

Permalink
chore(release): 1.2.1
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2023-01-23)

### Bug Fixes

* populate stats for not calculated result ([#7](#7)) ([b1ff294](b1ff294))
  • Loading branch information
strmprivacy-io committed Jan 23, 2023
1 parent b1ff294 commit 8f4eb25
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.2.1](https://github.com/strmprivacy/strm-privacy-diagnostics/compare/v1.2.0...v1.2.1) (2023-01-23)


### Bug Fixes

* populate stats for not calculated result ([#7](https://github.com/strmprivacy/strm-privacy-diagnostics/issues/7)) ([b1ff294](https://github.com/strmprivacy/strm-privacy-diagnostics/commit/b1ff294dc82e63f6a59a2f5fdc2b9026944222e6))

# [1.2.0](https://github.com/strmprivacy/strm-privacy-diagnostics/compare/v1.1.5...v1.2.0) (2023-01-23)


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.2.0',
version='1.2.1',
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.2.0'
__version__ = '1.2.1'

from .diagnostics import PrivacyDiagnostics

0 comments on commit 8f4eb25

Please sign in to comment.