File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1616
1717export PROJECT_NAME = $OPEN_PROJECT_NAME
1818export PROJECT_DIR = " $PWD "
19- export PROJECT_VERSION = " 0.2.3 "
19+ export PROJECT_VERSION = " 0.2.4 "
2020
2121if [ ! -d "venv" ]; then
2222 if ! hash pyvenv 2>/dev/null; then
Original file line number Diff line number Diff line change 11Changelog
22=========
3+ ### 0.2.4
4+ - Enabled rate-limiting support for Iris API endpoints
5+
36### 0.2.3
47- Added support for Iris Investigate and Enrich
58
Original file line number Diff line number Diff line change 1919OTHER DEALINGS IN THE SOFTWARE.
2020
2121"""
22- current = "0.2.3 "
22+ current = "0.2.4 "
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ def run_tests(self):
7070 readme = ''
7171
7272setup (name = 'domaintools_api' ,
73- version = '0.2.3 ' ,
73+ version = '0.2.4 ' ,
7474 description = "DomainTools' Official Python API" ,
7575 long_description = readme ,
7676 author = 'DomainTools' ,
You can’t perform that action at this time.
0 commit comments