Skip to content

Commit

Permalink
Back to development.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrowe committed Sep 25, 2013
1 parent 29c2f5c commit 0654756
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,9 @@
Changes
=======

0.7.4 (unreleased)
------------------

0.7.3 (2013-09-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='zope.sqlalchemy',
version='0.7.3', # Remember to update __version__ in __init__.py
version='0.7.4dev', # Remember to update __version__ in __init__.py
packages=find_packages('src'),
package_dir={'': 'src'},
include_package_data=True,
Expand Down
2 changes: 1 addition & 1 deletion src/zope/sqlalchemy/__init__.py
Expand Up @@ -12,7 +12,7 @@
#
##############################################################################

__version__ = '0.7.3'
__version__ = '0.7.4dev'

from zope.sqlalchemy.datamanager import ZopeTransactionExtension, mark_changed
invalidate = mark_changed

0 comments on commit 0654756

Please sign in to comment.