Skip to content

Commit

Permalink
Updates CHANGELOG, bumps reprozip to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Feb 17, 2015
1 parent c12e2b6 commit b213918
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

0.6.1 (2015-02-17)
------------------

Bugfixes:
* Fixes an overflow in _pytracer for some syscalls.

0.6 (2015-02-11)
----------------

Expand Down
2 changes: 1 addition & 1 deletion reprozip/reprozip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# This file is part of ReproZip which is released under the Revised BSD License
# See file LICENSE for full license details.

__version__ = '0.6'
__version__ = '0.6.1'
2 changes: 1 addition & 1 deletion reprozip/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
if sys.version_info < (2, 7):
req.append('argparse')
setup(name='reprozip',
version='0.6',
version='0.6.1',
ext_modules=[pytracer],
packages=['reprozip', 'reprozip.tracer'],
entry_points={'console_scripts': [
Expand Down

0 comments on commit b213918

Please sign in to comment.