Adding test that setup.py version matches release version.
This commit is contained in:
parent
158e889deb
commit
f59bc98d79
2 changed files with 5 additions and 1 deletions
4
NEWS
4
NEWS
|
@ -1,3 +1,7 @@
|
||||||
|
0.1.4
|
||||||
|
|
||||||
|
* Adding test that setup.py version matches release version.
|
||||||
|
|
||||||
0.1.3
|
0.1.3
|
||||||
|
|
||||||
* #1: Add support for "borg check --last N" to Borg backend.
|
* #1: Add support for "borg check --last N" to Borg backend.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='atticmatic',
|
name='atticmatic',
|
||||||
version='0.1.1',
|
version='0.1.4',
|
||||||
description='A wrapper script for Attic/Borg backup software that creates and prunes backups',
|
description='A wrapper script for Attic/Borg backup software that creates and prunes backups',
|
||||||
author='Dan Helfman',
|
author='Dan Helfman',
|
||||||
author_email='witten@torsion.org',
|
author_email='witten@torsion.org',
|
||||||
|
|
Loading…
Reference in a new issue