Skip to content

Commit

Permalink
version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
s3inlc committed Mar 21, 2018
1 parent ab8c487 commit 23bb571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2 -> 0.1.x
## 0.1.2 -> 0.1.3

* Fixed detection of 32/64 bit operating systems
* Changed timestamp format on logging
Expand Down
2 changes: 1 addition & 1 deletion python/htpclient/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(self):

@staticmethod
def get_version():
return "s3-python-0.1.2"
return "s3-python-0.1.3"

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

0 comments on commit 23bb571

Please sign in to comment.