diff --git a/NEWS b/NEWS index 207769e4..367281eb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +0.1.4 + + * Adding test that setup.py version matches release version. + 0.1.3 * #1: Add support for "borg check --last N" to Borg backend. diff --git a/setup.py b/setup.py index 7d535bca..5aee184c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='atticmatic', - version='0.1.1', + version='0.1.4', description='A wrapper script for Attic/Borg backup software that creates and prunes backups', author='Dan Helfman', author_email='witten@torsion.org',