~ubuntu-branches/ubuntu/raring/ipython/raring

« back to all changes in this revision

Viewing changes to IPython/core/release.py

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2013-04-06 10:30:19 UTC
  • mfrom: (1.2.22) (6.2.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130406103019-w2b20ayx1rhqfjm2
Tags: 0.13.2-1
* New upstream bugfix release
* remove versions from test dependencies
  not supported by autopkgtest package
* add python-lxml to tools test dependencies
* drop dependencies of the tested packages from tests/control Depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
_version_major = 0
23
23
_version_minor = 13
24
24
_version_micro = 2  # use '' for first of series, number for 1 and above
25
 
_version_extra = 'rc2'
 
25
_version_extra = ''
26
26
# _version_extra = ''  # Uncomment this for full releases
27
27
 
28
28
# Construct full version string from these.