Skip to content

Commit

Permalink
feat: Update google_cloud_logger and bump lib version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rai200890 committed Jan 9, 2019
1 parent 0bad01d commit 6480410
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 88 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ yapf = "~=0.24.0"
ipdb = "~=0.11"
safety = "~=1.8.4"
twine = "~=1.12.1"
pyyaml = ">=4.2b4"

[requires]
python_version = "3.7"
166 changes: 80 additions & 86 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = output.read()


__VERSION__ = "0.1.2"
__VERSION__ = "0.2.0"

setup(
name="flask_google_cloud_logger",
Expand All @@ -18,7 +18,7 @@
license="MIT",
packages=find_packages(),
install_requires=[
"google_cloud_logger>=0.1.1",
"google_cloud_logger>=0.2.0",
"flask>=1.0",
],
classifiers=[
Expand Down

0 comments on commit 6480410

Please sign in to comment.