~ubuntu-branches/ubuntu/saucy/dbus-python/saucy-proposed

« back to all changes in this revision

Viewing changes to dbus/_version.py

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2013-05-08 08:58:16 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20130508085816-nn1mkskqmjuzn9u6
Tags: 1.2.0-1
* Check for sysconfig EXT_SUFFIX (for Python 3.3), falling back to SO if
  not found (for Python 3.2) (Closes: #707139)
* New upstream release
  - Unicode in exceptions works better (LP: #846044)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# dbus/_version.py.  Generated from _version.py.in by configure.
2
 
version = (1, 1, 1)
3
 
__version__ = "1.1.1"
 
2
version = (1, 2, 0)
 
3
__version__ = "1.2.0"