Skip to content

Commit

Permalink
Merge pull request #81 from supriyopaul/master
Browse files Browse the repository at this point in the history
deeputil-0.2.7 & default logs sent on debug mode
  • Loading branch information
Ravipudi Sai Rajendra Prasad authored Nov 6, 2018
2 parents 6c3e299 + 839897c commit f723396
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ deploy:
- basescript/utils.py
- examples/adder.py
- examples/helloworld.py
name: basescript-0.2.1
tag_name: 0.2.1
name: basescript-0.2.9
tag_name: 0.2.9
on:
repo: deep-compute/basescript
- provider: pypi
Expand Down
2 changes: 1 addition & 1 deletion basescript/basescript.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def start(self):
self._flush_metrics_q.put(None, block=True)
self._flush_metrics_q.put(None, block=True, timeout=1)

self.log.info("exited successfully")
self.log.debug("exited_successfully")

@property
def name(self):
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_long_description():

long_description = get_long_description()

version = '0.2.8'
version = '0.2.9'
setup(
name="basescript",
version=version,
Expand All @@ -39,7 +39,7 @@ def get_long_description():
"six==1.11.0",
"structlog==18.1.0",
"colorama==0.3.9",
"deeputil==0.2.5",
"deeputil==0.2.7",
],
package_dir={'basescript': 'basescript'},
packages=find_packages('.', exclude=['tests*']),
Expand Down

0 comments on commit f723396

Please sign in to comment.