Skip to content

Commit

Permalink
Bump to 0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
StdC authored and StdC committed Feb 24, 2023
1 parent aedb203 commit 4f20866
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,4 @@ pyamf/_version.py
.noseids
cover
htmlcov
.DS_Store
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This document contains information about the changes between the different
versions of PyAMF.

.. contents::
0.8.11 (2022-02-25)
----------------
- Change str to binary
- Fix syntax errors

0.8.10 (2020-01-10)
----------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools import setup, find_packages


version = (0, 8, 10)
version = (0, 8, 11)

name = "Py3AMF"
description = "AMF support for Python"
Expand Down

0 comments on commit 4f20866

Please sign in to comment.