Skip to content

Commit

Permalink
Prepare 0.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Nov 8, 2021
1 parent f8d7fb1 commit 264edfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

0.9.13 (unreleased)
0.9.13 (2021-11-08)
-------------------

- Rename deprecated ``FileStorage.allow_non_node_childs`` to
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read_file(name):
return f.read()


version = '0.9.13.dev0'
version = '0.9.13'
shortdesc = "Node-based user and group management"
longdesc = '\n\n'.join([read_file(name) for name in [
'README.rst',
Expand Down Expand Up @@ -54,7 +54,7 @@ def run_tests(self):
zip_safe=False,
install_requires=[
'setuptools',
'node',
'node>=0.9.28',
'plumber'
],
extras_require=dict(
Expand Down

0 comments on commit 264edfc

Please sign in to comment.