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 15, 2016
2 parents 1867149 + 399af64 commit 6d8fd55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions openprocurement/tender/openua/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
TZ, get_now, schematics_embedded_role, validate_lots_uniq, draft_role,
embedded_lot_role, default_lot_role, calc_auction_end_time, get_tender,
ComplaintModelType, validate_cpv_group, validate_items_uniq, Model,
rounding_shouldStartAfter,
PeriodEndRequired as BasePeriodEndRequired,
rounding_shouldStartAfter, PeriodEndRequired as BasePeriodEndRequired,
)
from openprocurement.api.models import ITender
from openprocurement.tender.openua.utils import (
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.3'
version = '2.3.4'

requires = [
'setuptools',
Expand Down

0 comments on commit 6d8fd55

Please sign in to comment.