Changeset 3806
- Timestamp:
- 06/22/11 08:52:49 (11 months ago)
- Location:
- framework/server/trunk
- Files:
-
- 2 modified
-
docs/conf.py (modified) (2 diffs)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
framework/server/trunk/docs/conf.py
r3569 r3806 39 39 # General information about the project. 40 40 project = u'MapFish' 41 copyright = u'201 0, Camptocamp'41 copyright = u'2011, Camptocamp' 42 42 43 43 # The version info for the project you're documenting, acts as replacement for … … 46 46 # 47 47 # The short X.Y version. 48 version = '2. 0'48 version = '2.2' 49 49 # The full version, including alpha/beta/rc tags. 50 release = '2. 0dev'50 release = '2.2' 51 51 52 52 # The language for content autogenerated by Sphinx. Refer to documentation -
framework/server/trunk/setup.py
r3778 r3806 51 51 52 52 setup(name = 'mapfish', 53 version = '2. 1.1dev',53 version = '2.2', 54 54 license = 'Modified BSD', 55 55 install_requires = requirements,
