Skip to content

Commit d13915d

Browse files
committed
Bump to 0.8
1 parent 71fbe94 commit d13915d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ versions of PyAMF.
66

77
.. contents::
88

9-
0.8 (Unreleased)
9+
0.8 (2015-12-17)
1010
----------------
1111
- Add support for Django>=1.8
1212
- *Backward incompatible* Wrapped all xml parsing in ``defusedxml`` to protect

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from setuptools import setup, find_packages
99

1010

11-
version = (0, 7, 2, 'dev')
11+
version = (0, 8, 0)
1212

1313
name = "PyAMF"
1414
description = "AMF support for Python"

0 commit comments

Comments
 (0)