Skip to content

Commit

Permalink
релиз 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
become-iron committed Jun 9, 2017
1 parent 6a9553d commit bbef323
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
/Теория/
/old/
/docs/_build/
/VSPTD-ENV/
/.cache/
2 changes: 1 addition & 1 deletion vsptd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from vsptd.vsptd import *

__version__ = '2.0.0-beta'
__version__ = '2.0.0'
1 change: 1 addition & 0 deletions vsptd/extra.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def satisfy_bid(bid, source):
if not isinstance(source, TrpStr):
raise TypeError

# TODO: использовать параметр по умолчанию
if bid.bid:
if bid.name is None:
# по префиксу
Expand Down

0 comments on commit bbef323

Please sign in to comment.