Skip to content

Commit 09177ed

Browse files
committed
start v1.1
1 parent 8824ec3 commit 09177ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ cache:
88
branches:
99
only:
1010
- develop
11+
- master
1112
- feature/travis
1213

1314
services:

src/concurrency/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__author__ = 'sax'
66
default_app_config = 'concurrency.apps.ConcurrencyConfig'
77

8-
VERSION = __version__ = (1, 0, 0, 'final', 0)
8+
VERSION = __version__ = (1, 1, 0, 'alpha', 0)
99
NAME = 'django-concurrency'
1010

1111

0 commit comments

Comments
 (0)