Skip to content

Commit

Permalink
Bumps version to 1.0.0 and updates Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Mar 27, 2011
1 parent 1650774 commit 90fb3e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ t================
Change history
================

0.1.0
1.0.0
=====

* ``transport_options`` argument to ``BrokerConnection`` is now passed to
``create_engine``.

0.9.0
=====

* Initial port
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kombu-sqlalchemy - Kombu transport using SQLAlchemy
===================================================

:version: 0.9.0
:version: 1.0.0

Introduction
============
Expand Down
2 changes: 1 addition & 1 deletion sqlakombu/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Kombu transport using SQLAlchemy as the message store."""
VERSION = (0, 9, 0)
VERSION = (1, 0, 0)
__version__ = ".".join(map(str, VERSION))
__author__ = "Ask Solem"
__contact__ = "[email protected]"
Expand Down

0 comments on commit 90fb3e5

Please sign in to comment.