Skip to content

Commit

Permalink
Merge pull request ryanuber#7 from jrwesolo/version_fix
Browse files Browse the repository at this point in the history
fix incorrect version
  • Loading branch information
jrwesolo committed Jan 28, 2016
2 parents de69217 + f21b255 commit 7f5acab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Yumsync CHANGELOG
=================

v0.2.1 (2016-01-28)
-------------------

### Bugfix

* Fix incorrect version in `__init__.py`

v0.2.0 (2016-01-28)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion yumsync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from yumsync import util, repo, progress
from yumsync.log import log

__version__ = '0.1.4'
__version__ = '0.2.1'

def sync(base_dir=None, obj_repos=[], checksums=[], stable_vers=[],
link_types=[], repo_vers=[], deletes=[], combines=[],
Expand Down

0 comments on commit 7f5acab

Please sign in to comment.