Skip to content

Commit 315f66f

Browse files
Release version 0.3
1 parent dea9279 commit 315f66f

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

Diff for: debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
digitalocean-indicator (0.3-0~andrewsomething1) yakkety; urgency=medium
2+
3+
* New upstream release.
4+
5+
-- Andrew Starr-Bochicchio <[email protected]> Fri, 23 Dec 2016 22:11:26 -0500
6+
17
digitalocean-indicator (0.2.2-0~andrewsomething1) xenial; urgency=medium
28

39
* New upstream release.

Diff for: debian/compat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8
1+
10

Diff for: debian/copyright

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Upstream-Contact: Andrew Starr-Bochicchio <[email protected]>
44
Source: https://github.com/andrewsomething/digitalocean-indicator
55

66
Files: *
7-
Copyright: 2014 Andrew Starr-Bochicchio <[email protected]>
7+
Copyright: 2014-2016 Andrew Starr-Bochicchio <[email protected]>
88
License: GPL-3.0+
99

1010
License: GPL-3.0+

Diff for: setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def run(self):
141141

142142
DistUtilsExtra.auto.setup(
143143
name='digitalocean-indicator',
144-
version='0.1',
144+
version='0.3',
145145
license='GPL-3',
146146
author='Andrew Starr-Bochicchio',
147147
author_email='[email protected]',
@@ -157,4 +157,3 @@ def run(self):
157157
url='https://github.com/andrewsomething/digitalocean-indicator',
158158
cmdclass={'install': InstallAndUpdateDataDirectory}
159159
)
160-

0 commit comments

Comments
 (0)