~canonical-launchpad-branches/python-pgbouncer/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Colin Watson
  • Date: 2019-06-11 09:25:08 UTC
  • Revision ID: cjwatson@canonical.com-20190611092508-4va8u2hyhp56wvj3
Tags: 0.0.9
Release pgbouncer 0.0.9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    description = f.read()
24
24
 
25
25
setup(name="pgbouncer",
26
 
      version="0.0.8",
 
26
      version="0.0.9",
27
27
      description="Fixture to bring up temporary pgbouncer instance.",
28
28
      long_description=description,
29
29
      maintainer="Launchpad Developers",