Skip to content

Commit

Permalink
update to version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ideal committed Nov 27, 2017
1 parent 1be196f commit 5a4f750
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,3 +1,6 @@
=== Mirror 0.7.0 ===
* fix some bugs

=== Mirror 0.6.6 ===
* to pypi

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -23,7 +23,7 @@

"""
Mirror is an open source python application for mirror site (e.g. mirror.bjtu.edu.cn)
to sync files from upstreams (it uses rsync internally), it actually works like a
to sync files from upstreams (it uses rsync internally), it actually works like a
cron, but still has some differences. It has been served for mirror.bjtu.edu.cn with
more than 40 rsync tasks.
"""
Expand Down Expand Up @@ -188,7 +188,7 @@ def run(self):
# Main setup
setup(
name = "mirror",
version = "0.6.6",
version = "0.7.0",
fullname = "Mirror for open source mirror site",
description = "Mirror for open source mirror site to sync files",
author = "Shang Yuanchun, Bob Gao",
Expand Down

0 comments on commit 5a4f750

Please sign in to comment.