Skip to content

Commit

Permalink
Merge branch 'production' into a433718495997911_satisfy_stopping_comp…
Browse files Browse the repository at this point in the history
…laint
  • Loading branch information
kroman0 committed Oct 11, 2017
2 parents 07467b5 + 83a2931 commit 0426556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openprocurement/tender/openuadefense/views/award.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
json_view,
context_unpack,
)
from openprocurement.tender.openua.constants import STAND_STILL_TIME
from openprocurement.tender.openuadefense.constants import STAND_STILL_TIME
from openprocurement.tender.openua.utils import (
calculate_normalized_date, add_next_award
)
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.4'
version = '2.4.1'

requires = [
'setuptools',
Expand Down

0 comments on commit 0426556

Please sign in to comment.