Skip to content

Commit

Permalink
release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zupo committed Dec 13, 2021
1 parent ff99b01 commit a4d0d3b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,12 +1,27 @@
## Changelog


0.10.1 (2021-12-13)
------------------

* Fix another brownbag release by re-applying fixes from 0.9.1.
[zupo]


0.10.0 (2021-12-13)
------------------

* Support different date formatting between Mixpanel and Customer.io.
[zupo]


0.9.1 (2021-09-24)
------------------

* Fix brownbag release by fixing definition of extras.
[zupo]


0.9.0 (2021-09-24)
------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -23,7 +23,7 @@
long_description += "\n\n" + f.read()


VERSION = "0.10.0"
VERSION = "0.10.1"


class VerifyVersionCommand(install):
Expand Down Expand Up @@ -68,7 +68,7 @@ def run(self): # noqa: D102
packages=find_packages(exclude=["tests"]),
include_package_data=True,
install_requires=["pyramid", "requests", "mixpanel", "customerio"],
extra_requires={
extras_require={
"customerio": ["customerio"],
},
cmdclass={"verify": VerifyVersionCommand},
Expand Down

0 comments on commit a4d0d3b

Please sign in to comment.