Skip to content

Commit

Permalink
Prepare MultiMapping 2.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Mar 30, 2010
1 parent dbe327e commit f0d7545
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

2.13.0 (unreleased)
2.13.0 (2010-03-30)
-------------------

- Released as separate package.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from setuptools import setup, find_packages, Extension

setup(name='MultiMapping',
version = '2.13.0dev',
version = '2.13.0',
url='http://pypi.python.org/pypi/MultiMapping',
license='ZPL 2.1',
description="Special MultiMapping objects used in Zope2.",
Expand Down
2 changes: 0 additions & 2 deletions src/MultiMapping/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
... raise "That\'s odd", "This last pop should have failed!"
... except: # I should probably raise a specific error in this case.
... pass
$Id$
"""
import unittest
from doctest import DocTestSuite
Expand Down

0 comments on commit f0d7545

Please sign in to comment.