Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.0...v2.0.0) (2021-11-10)

### Features

* renaming to STRM Privacy ([bd877d1](bd877d1))

### BREAKING CHANGES

* streammachine -> strmprivacy
  • Loading branch information
streammachineio-org committed Nov 10, 2021
1 parent bd877d1 commit fae5bb5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/streammachineio/python-driver/compare/v1.0.0...v2.0.0) (2021-11-10)


### Features

* renaming to STRM Privacy ([bd877d1](https://github.com/streammachineio/python-driver/commit/bd877d1af2d008b1ba1d4ba82819e3538eca9da0))


### BREAKING CHANGES

* streammachine -> strmprivacy

# 1.0.0 (2021-08-06)


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

from .client import StrmPrivacyClient
from .domain.config import ClientConfig
Expand Down

0 comments on commit fae5bb5

Please sign in to comment.