Skip to content

Commit

Permalink
Bump version; enable MySQL older API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyryk committed Apr 20, 2016
1 parent 50e9df4 commit d4d1005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion peewee_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
except ImportError:
aiomysql = None

__version__ = '0.5a1'
__version__ = '0.5'

__all__ = [
### High level API ###
Expand Down
4 changes: 2 additions & 2 deletions tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ def test_deferred_init(self):


class OlderTestCase(unittest.TestCase):
only = ['postgres', 'postgres-ext', 'postgres-pool', 'postgres-pool-ext']
# only = None
# only = ['postgres', 'postgres-ext', 'postgres-pool', 'postgres-pool-ext']
only = None

models = [TestModel, UUIDTestModel, TestModelAlpha,
TestModelBeta, TestModelGamma]
Expand Down

0 comments on commit d4d1005

Please sign in to comment.