Skip to content

Commit

Permalink
Commit and push latest config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vtemian committed Feb 13, 2018
1 parent caca9b2 commit 7156eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyolite/models/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def add_config(self, values):
current_config[config[0]] = config[1]

self.repo.write_config(self._serialize_config(current_config))
self.git.commit(['conf'], "Update %s's config" % self.name)

def _serialize_config(self, structured_config=None):
structured_config = structured_config or self._read_current_config()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'six==1.6.1', 'spec==0.11.1']

setup(name="pyolite",
version='1.6.2',
version='1.6.3',
platforms='any',
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 7156eb2

Please sign in to comment.