diff --git a/debian/changelog b/debian/changelog index 48d3037..96e5c53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +digitalocean-indicator (0.3-0~andrewsomething1) yakkety; urgency=medium + + * New upstream release. + + -- Andrew Starr-Bochicchio Fri, 23 Dec 2016 22:11:26 -0500 + digitalocean-indicator (0.2.2-0~andrewsomething1) xenial; urgency=medium * New upstream release. diff --git a/debian/compat b/debian/compat index 45a4fb7..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +10 diff --git a/debian/copyright b/debian/copyright index 4f1f464..9efc609 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Upstream-Contact: Andrew Starr-Bochicchio Source: https://github.com/andrewsomething/digitalocean-indicator Files: * -Copyright: 2014 Andrew Starr-Bochicchio +Copyright: 2014-2016 Andrew Starr-Bochicchio License: GPL-3.0+ License: GPL-3.0+ diff --git a/setup.py b/setup.py index 020517c..da89d68 100644 --- a/setup.py +++ b/setup.py @@ -141,7 +141,7 @@ def run(self): DistUtilsExtra.auto.setup( name='digitalocean-indicator', - version='0.1', + version='0.3', license='GPL-3', author='Andrew Starr-Bochicchio', author_email='a.starr.b@gmail.com', @@ -157,4 +157,3 @@ def run(self): url='https://github.com/andrewsomething/digitalocean-indicator', cmdclass={'install': InstallAndUpdateDataDirectory} ) -