Skip to content

Commit

Permalink
Merge branch 'production'
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaksymiv committed Jul 22, 2016
2 parents a3d8392 + ded0ad8 commit ed92673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ auto-checkout =
openprocurement.tender.openua

[sources]
openprocurement.api = git https://github.com/openprocurement/openprocurement.api.git
openprocurement.tender.openua = git https://github.com/openprocurement/openprocurement.tender.openua.git
openprocurement.api = git https://github.com/openprocurement/openprocurement.api.git branch=production
openprocurement.tender.openua = git https://github.com/openprocurement/openprocurement.tender.openua.git branch=production

[test]
recipe = zc.recipe.egg:scripts
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '2.3.4'
version = '2.3.6'

requires = [
'setuptools',
Expand Down

0 comments on commit ed92673

Please sign in to comment.