Skip to content

Commit

Permalink
Bump develop version to 1.3.0.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfoulis committed Jul 25, 2017
1 parent 5feb9df commit 9e035f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filer/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# version string following pep-0396 and pep-0386
__version__ = '1.2.9.dev' # pragma: nocover
__version__ = '1.3.0.dev' # pragma: nocover

default_app_config = 'filer.apps.FilerConfig'

0 comments on commit 9e035f0

Please sign in to comment.