Skip to content

Commit

Permalink
push to v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RaSan147 committed Jan 22, 2023
1 parent a040500 commit 40152c1
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Version 0.6.4
## Client-side Changes:
* Nothing to notice
## Server-side Changes:
* HOTFIX: run_update is using `--user` flag due to permission issues
## Fixes:
* fixed update not working due to permission issues


------------------------------------------------------------------------


# Version 0.6.3
## Client-side Changes:
* Nothing to notice
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### Help Needed
# py_httpserver_Ult
"""
Since this is almost in the alpha stage, I'm not sure if I should call it a beta or not. But it's almost there. I'm still working on it. So, if you find any issue, please report it. I'll try to fix it as soon as possible.
And also for the same reason, I'm punching too many updates (acually bug fixes) in a short time.
"""
# pyrobox 🔥

` Note ` UPLOAD PASSWORD: `SECret`
# Requesting for more suggesions and ideas
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.3
0.6.4
2 changes: 1 addition & 1 deletion dev_src/local_server.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

__version__ = "0.6.3"
__version__ = "0.6.4"
enc = "utf-8"
__all__ = [
"HTTPServer", "ThreadingHTTPServer", "BaseHTTPRequestHandler",
Expand Down
4 changes: 2 additions & 2 deletions run_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
with open('VERSION', 'r') as f:
version = f.read().strip()
os.system(f"pip install ./dist/pyrobox-{version}.tar.gz")
os.system("pyrobox 45454")
# os.system("pyrobox 45454")

# post to pypi
#os.system("twine upload dist/*")
os.system("twine upload dist/*")
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pyrobox
version = 0.6.3
version = 0.6.4
authors = Rasan
author_email= wwwqweasd147@gmail.com
description = Personal DropBox for Private Network
Expand Down
2 changes: 1 addition & 1 deletion src/server.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

__version__ = "0.6.3"
__version__ = "0.6.4"
enc = "utf-8"
__all__ = [
"HTTPServer", "ThreadingHTTPServer", "BaseHTTPRequestHandler",
Expand Down

0 comments on commit 40152c1

Please sign in to comment.