We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a031d3b commit 244c56bCopy full SHA for 244c56b
docs/conf.py
@@ -48,9 +48,9 @@
48
# built documents.
49
#
50
# The short X.Y version.
51
-version = '0.0.14'
+version = '0.0.15'
52
# The full version, including alpha/beta/rc tags.
53
-release = '0.0.14'
+release = '0.0.15'
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
# for a list of supported languages.
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="ioc",
8
- version="0.0.14",
+ version="0.0.15",
9
description="A small dependency injection container based on Symfony2 Dependency Component",
10
author="Thomas Rabaix",
11
author_email="[email protected]",
0 commit comments