Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Commit c8d1526

Browse files
committed
v0.2.3
1 parent d88dc69 commit c8d1526

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
_pkgname=pytoxcore
44
pkgname=python-toxcore
5-
pkgver=0.2.2
5+
pkgver=0.2.3
66
pkgrel=1
77
pkgdesc="Python binding for ToxCore"
88
arch=('i686' 'x86_64')

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python-toxcore (0.2.3) unstable; urgency=low
2+
3+
* Fix tox_self_get_friend_list (thanks @quark-tekliner, see #6).
4+
5+
-- Anton Batenev <[email protected]> Mon, 01 Aug 2016 22:19:57 +0300
6+
17
python-toxcore (0.2.2) unstable; urgency=low
28

39
* Fix memory corruption in tox_sendfile / tox_recvfile.

python-toxcore.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: python-toxcore
2-
Version: 0.2.2
2+
Version: 0.2.3
33
Release: 1
44
Summary: Python binding for ToxCore
55
License: GPL-3
@@ -46,5 +46,5 @@ python setup.py install --prefix=%{buildroot}/usr
4646

4747

4848
%changelog
49-
* Sun May 22 2016 Anton Batenev <[email protected]> - 0.2.2-1
49+
* Mon Aug 1 2016 Anton Batenev <[email protected]> - 0.2.3-1
5050
- Initial

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name = "pytoxcore",
5-
version = "0.2.2",
5+
version = "0.2.3",
66
description = 'Python binding for ToxCore',
77
author = 'Anton Batenev',
88
author_email = '[email protected]',

0 commit comments

Comments
 (0)