diff -Nru polly-0.93.8/bin/polly polly-0.93.9/bin/polly --- polly-0.93.8/bin/polly 2013-04-20 12:19:36.000000000 +0000 +++ polly-0.93.9/bin/polly 2013-04-21 01:07:49.000000000 +0000 @@ -129,7 +129,7 @@ -VERSION = u'0.93.8 (pre-alpha 3.8)' +VERSION = u'0.93.9 (pre-alpha 3.9)' COPYRIGHT = u'Copyright \u00A9 2011 Marcelo Hashimoto' diff -Nru polly-0.93.8/debian/bzr-builder.manifest polly-0.93.9/debian/bzr-builder.manifest --- polly-0.93.8/debian/bzr-builder.manifest 2013-04-20 12:19:37.000000000 +0000 +++ polly-0.93.9/debian/bzr-builder.manifest 2013-04-21 01:07:50.000000000 +0000 @@ -1,3 +1,3 @@ # bzr-builder format 0.3 deb-version {debupstream}-0 -lp:~conscioususer/polly/unstable revid:conscioususer@gmail.com-20130420120339-5k30t53sqv6b5lw3 -nest debian lp:~conscioususer/polly/debian debian revid:conscioususer@gmail.com-20130420120640-qwgq0pksv61mzbxp +lp:~conscioususer/polly/unstable revid:conscioususer@gmail.com-20130421004809-40840tspa63eo8qd +nest debian lp:~conscioususer/polly/debian debian revid:conscioususer@gmail.com-20130421004548-1laea8bl1w3le2g2 diff -Nru polly-0.93.8/debian/changelog polly-0.93.9/debian/changelog --- polly-0.93.8/debian/changelog 2013-04-20 12:19:37.000000000 +0000 +++ polly-0.93.9/debian/changelog 2013-04-21 01:07:50.000000000 +0000 @@ -1,8 +1,14 @@ -polly (0.93.8-0~oneiric1) oneiric; urgency=low +polly (0.93.9-0~oneiric1) oneiric; urgency=low * Auto build. - -- Conscious User Sat, 20 Apr 2013 12:19:37 +0000 + -- Conscious User Sun, 21 Apr 2013 01:07:50 +0000 + +polly (0.93.9-1) unstable; urgency=low + + * New upstream release. + + -- Marcelo Hashimoto Sat, 20 Apr 2013 21:44:38 -0300 polly (0.93.8-1) unstable; urgency=low diff -Nru polly-0.93.8/debian/control polly-0.93.9/debian/control --- polly-0.93.8/debian/control 2013-04-20 12:19:37.000000000 +0000 +++ polly-0.93.9/debian/control 2013-04-21 01:07:50.000000000 +0000 @@ -14,7 +14,7 @@ python-dbus, python-xdg, python-notify, python-oauth2, python-gconf, python-socksipy, python-httplib2, python-pycurl, python-numpy, python-keyring, - python-gtkspell, hicolor-icon-theme + python-gtkspell, hicolor-icon-theme, python-gdbm Recommends: python-indicate Description: Twitter client for multiple columns of multiple accounts Polly is a Twitter client designed for managing multiple diff -Nru polly-0.93.8/setup.py polly-0.93.9/setup.py --- polly-0.93.8/setup.py 2013-04-20 12:19:36.000000000 +0000 +++ polly-0.93.9/setup.py 2013-04-21 01:07:49.000000000 +0000 @@ -75,7 +75,7 @@ setup(name=b'Polly', - version=b'0.93.8 (pre-alpha 3.8)', + version=b'0.93.9 (pre-alpha 3.9)', description=b'Linux Twitter client designed for multiple columns of multiple accounts', url=b'https://launchpad.net/polly', author=b'Marcelo Hashimoto',