Changeset 3391 in products for quintagroup.portlet.static


Ignore:
Timestamp:
Mar 29, 2012 12:55:49 PM (12 years ago)
Author:
potar
Message:

Prepare quintagroup.portlet.static 0.7.

Location:
quintagroup.portlet.static/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.portlet.static/trunk/docs/HISTORY.txt

    r3337 r3391  
    11Changelog 
    22========= 
     3 
     40.7 - March 29, 2012 
     5-------------------- 
     6 
     7* Added z3c.autoinclude directives. 
     8  [potar] 
    39 
    4100.6 - January 05, 2012 
  • quintagroup.portlet.static/trunk/setup.py

    r3337 r3391  
    22import os 
    33 
    4 version = '0.6' 
     4version = '0.7' 
    55 
    66setup(name='quintagroup.portlet.static', 
     
    3030      ], 
    3131      entry_points=""" 
     32 
    3233      # -*- Entry points: -*- 
     34      [z3c.autoinclude.plugin] 
     35      target = plone 
    3336      """, 
    3437      ) 
Note: See TracChangeset for help on using the changeset viewer.