~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzr

(vila) Make all transport put_bytes() raises TypeError when given unicode
 strings rather than bytes (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /usr/bin/env python
2
2
 
3
 
# Copyright (C) 2005-2013, 2016 Canonical Ltd
 
3
# Copyright (C) 2005-2012 Canonical Ltd
4
4
#
5
5
# This program is free software; you can redistribute it and/or modify
6
6
# it under the terms of the GNU General Public License as published by
25
25
import warnings
26
26
 
27
27
# update this on each release
28
 
_script_version = (2, 8, 0)
 
28
_script_version = (2, 7, 0)
29
29
 
30
30
NEED_VERS = (2, 6)
31
31