~ubuntu-branches/ubuntu/trusty/txzookeeper/trusty

« back to all changes in this revision

Viewing changes to txzookeeper/__init__.py

  • Committer: Package Import Robot
  • Author(s): Clint Byrum, Jakub Wilk, Clint Byrum
  • Date: 2013-05-15 09:58:18 UTC
  • mfrom: (3.2.1) (4.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130515095818-oragqc8jfsc3205x
Tags: 0.9.8-1
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.

[ Clint Byrum ]
* New upstream release.
* Updated standards to 3.9.4, no changes necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
__all__ = ["ZookeeperClient"]
26
26
 
27
27
# Remember to update debian/changelog as well, for the daily build.
28
 
version = "0.9.5"
 
28
version = "0.9.8"