Codebase list python-repoze.tm2 / ebeebf9
prep for 1.0b2 Chris McDonough 12 years ago
3 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 Next release
1 ============
0 1.0b2 (2011-07-18)
1 ==================
22
33 - A new header ``X-Tm`` is now honored by the ``default_commit_veto`` commit
44 veto hook. If this header exists in the headerlist, its value must be a
5353 # other places throughout the built documents.
5454 #
5555 # The short X.Y version.
56 version = '1.0b1'
56 version = '1.0b2'
5757 # The full version, including alpha/beta/rc tags.
5858 release = version
5959
66 CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
77
88 setup(name='repoze.tm2',
9 version='1.0b1',
9 version='1.0b2',
1010 description='Zope-like transaction manager via WSGI middleware',
1111 long_description=README + "\n\n" + CHANGES,
1212 classifiers=[