NicholasStudt

Changeset 360


Ignore:
Timestamp:
07/20/10 21:43:46 (7 weeks ago)
Author:
nicholas
Message:

Updating change and version number for 1.3

Location:
Python/blog/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Python/blog/trunk/Changes

    r358 r360  
    11Revison history. 
    22 
    3 1.3 
     31.3 (July 20 2010): 
    44 - Added {% csrf_token %} to search. 
    55 - RPC support for Blogger 1.0, MetaWeblog, and MoveableType (Patch 
     
    1010   get a individualized feed. 
    1111  
    12 1.2 (May  3 2010): 
     121.2 (May 3 2010): 
    1313 - Added author list page, which shows all authors. 
    1414 - BLOG_PAGINATE_AUTHOR_LIST controls the number of pages show in the 
  • Python/blog/trunk/blog/__init__.py

    r339 r360  
    1 VERSION = (1, 2, 0) 
     1VERSION = (1, 3, 0) 
    22 
    33def get_version(): 
Note: See TracChangeset for help on using the changeset viewer.