1
0
mirror of synced 2025-01-18 14:31:40 +03:00

Dont mention 2.2 version in headers anymore.

This commit is contained in:
Benjamin Eberlei 2013-02-27 12:37:26 +01:00
parent f001c31342
commit 4f46a08d65
2 changed files with 4 additions and 2 deletions

View File

@ -45,9 +45,9 @@ copyright = u'2010-12, Doctrine Project Team'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '2.2' version = '2'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '2.2' release = '2'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -1,6 +1,8 @@
Keeping your Modules independent Keeping your Modules independent
================================= =================================
.. versionadded:: 2.2
One of the goals of using modules is to create discreet units of functionality One of the goals of using modules is to create discreet units of functionality
that do not have many (if any) dependencies, allowing you to use that that do not have many (if any) dependencies, allowing you to use that
functionality in other applications without including unnecessary items. functionality in other applications without including unnecessary items.