~ubuntu-branches/ubuntu/maverick/gwibber/maverick-updates

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2010-11-09 14:06:05 UTC
  • mfrom: (0.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101109140605-612kiws7snsb4t88
Tags: 2.32.1-0ubuntu1
* New upstream release (LP: #673161)
  - Backported fix for clearing multi-column streams when activated by
    the messaging indicator (LP: #643487)
  - Save window size/position when it changes, so it doesn't get moved
    unexpectedly when activated by the messaging indicator
  - Fixed dupe notifications as well as displaying dupes in the stream
  - Shouldn't display reply icon for messages from you (LP: #661330)
  - Private messages shouldn't allow public replies (LP: #661358)
  - Private messages shouldn't allow retweets (LP: #661359)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
from glob import glob
8
8
 
9
9
setup(name="gwibber",
10
 
      version="2.32.0.2", # UPDATE gwibber/microblog/util/const.py too
 
10
      version="2.32.1", # UPDATE gwibber/microblog/util/const.py too
11
11
      author="Ryan Paul",
12
12
      author_email="segphault@arstechnica.com",
13
13
      url="http://launchpad.net/gwibber/",