Skip to content

Commit

Permalink
version 0.1.6 preparement
Browse files Browse the repository at this point in the history
  • Loading branch information
s3inlc committed Aug 3, 2018
1 parent efbac61 commit fcc7665
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.5 -> 0.x.x
## 0.1.5 -> 0.1.6

### Features

Expand Down
4 changes: 2 additions & 2 deletions python/htpclient/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ def __init__(self):

@staticmethod
def get_version():
return "s3-python-0.1.5"
return "s3-python-" + Initialize.get_version_number()

@staticmethod
def get_version_number():
return "0.1.5"
return "0.1.6"

def run(self):
self.__check_url()
Expand Down

0 comments on commit fcc7665

Please sign in to comment.