Skip to content

Commit

Permalink
Don't save by default
Browse files Browse the repository at this point in the history
Bump up version to 0.3.2
  • Loading branch information
omushpapa committed May 25, 2018
1 parent 03bc273 commit b98a2ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyconfigreader/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ def to_file(self):
DeprecationWarning)
self.save()

def close(self, save=True):
def close(self, save=False):
"""Close the file-like object
Saves contents to file on disk first.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = 'Usage available at http://github.com/giantas/pyconfigreader'

setup(name='pyconfigreader',
version='0.3.1',
version='0.3.2',
description='A simple module for handling configurations and config files',
long_description=long_description,
url='http://github.com/giantas/pyconfigreader',
Expand Down

0 comments on commit b98a2ff

Please sign in to comment.