Skip to content

Commit

Permalink
prepare [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Feb 15, 2017
1 parent c7c515f commit 3059962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog

For changes before verison 3.0, see ``HISTORY.txt``.

3.0.13 (unreleased)
3.0.13 (2017-02-15)
-------------------

- In ``str.format``, check the security for attributes that are accessed.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from os.path import join
from setuptools import setup, find_packages, Extension

__version__ = '3.0.13.dev0'
__version__ = '3.0.13'

setup(name='AccessControl',
version=__version__,
Expand Down

0 comments on commit 3059962

Please sign in to comment.