Skip to content

Commit

Permalink
Bumped the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
xitology committed Mar 27, 2014
1 parent 0f792d2 commit f30c956
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGES
@@ -1,5 +1,12 @@

For a complete Subversion changelog, see 'http://pyyaml.org/log/pyyaml'.
For a complete Mercurial changelog, see
'https://bitbucket.org/xi/pyyaml/commits'.

3.11 (2014-03-26)
-----------------

* Source and binary distributions are rebuilt against the latest
versions of Cython and LibYAML.

3.10 (2011-05-30)
-----------------
Expand Down
2 changes: 1 addition & 1 deletion lib/yaml/__init__.py
Expand Up @@ -8,7 +8,7 @@
from loader import *
from dumper import *

__version__ = '3.10'
__version__ = '3.11'

try:
from cyaml import *
Expand Down
2 changes: 1 addition & 1 deletion lib3/yaml/__init__.py
Expand Up @@ -8,7 +8,7 @@
from .loader import *
from .dumper import *

__version__ = '3.10'
__version__ = '3.11'
try:
from .cyaml import *
__with_libyaml__ = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@

NAME = 'PyYAML'
VERSION = '3.10'
VERSION = '3.11'
DESCRIPTION = "YAML parser and emitter for Python"
LONG_DESCRIPTION = """\
YAML is a data serialization format designed for human readability
Expand Down

0 comments on commit f30c956

Please sign in to comment.