Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyjamaz/settings.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import os

TEST_SUITE = 'tiny' # tiny or full
GP_VERSION = '0.7.2'
APP_VERSION = '0.1.49'
GP_VERSION = '0.8.0'
APP_VERSION = '0.2.0'


def _apply_jam_fuzz_spec_override():
Expand Down
Loading