Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Preparing release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroche committed Dec 7, 2009
1 parent b618ee2 commit 1578ad0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ eggs =

zcml =
z3c.soap
z3c.soap-meta

[test]
recipe = zc.recipe.testrunner
Expand Down
5 changes: 5 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.5.1 (2009-12-07)
------------------

* include meta file into configure

0.5 - (2009-09-22)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '0.4'
version = '0.5.1'

setup(name='z3c.soap',
version=version,
Expand Down
2 changes: 2 additions & 0 deletions z3c/soap/configure.zcml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<configure xmlns="http://namespaces.zope.org/zope"
i18n_domain="z3c.soap">

<include file="meta.zcml"/>

<permission
id="zope2.SOAPAccess"
title="SOAP Access"/>
Expand Down

0 comments on commit 1578ad0

Please sign in to comment.