Skip to content

Commit

Permalink
2.9.0 (#1968)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbooth authored Dec 9, 2020
1 parent 92670c7 commit 8ec305a
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.1-8238b942baced07e216ff7541e811169
2.9.0-796cbdc26559a50869d042e0a442f1c7
2 changes: 1 addition & 1 deletion app/utility/base_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def parse_version(version_string, pattern=r'([0-9]+(?:\.[0-9]+)+)'):

@staticmethod
def get_version(path='.'):
ignore = ['/plugins/', '.*/', '_*/']
ignore = ['/plugins/', '/data', '.*/', '_*/']
included_extensions = ['*.py', '*.html', '*.js', '*.go']
version_file = os.path.join(path, 'VERSION.txt')
if os.path.exists(version_file):
Expand Down
2 changes: 1 addition & 1 deletion plugins/access
Submodule access updated 1 files
+1 −1 VERSION.txt
2 changes: 1 addition & 1 deletion plugins/atomic
Submodule atomic updated 1 files
+1 −1 VERSION.txt
2 changes: 1 addition & 1 deletion plugins/builder
Submodule builder updated 1 files
+1 −1 VERSION.txt
2 changes: 1 addition & 1 deletion plugins/compass
Submodule compass updated 1 files
+1 −1 VERSION.txt
2 changes: 1 addition & 1 deletion plugins/debrief
Submodule debrief updated 1 files
+1 −1 VERSION.txt
2 changes: 1 addition & 1 deletion plugins/fieldmanual
Submodule fieldmanual updated 1 files
+1 −1 VERSION.txt
2 changes: 1 addition & 1 deletion plugins/gameboard
Submodule gameboard updated 1 files
+1 −1 VERSION.txt
2 changes: 1 addition & 1 deletion plugins/human
Submodule human updated 1 files
+1 −1 VERSION.txt
2 changes: 1 addition & 1 deletion plugins/manx
Submodule manx updated 1 files
+1 −1 VERSION.txt
2 changes: 1 addition & 1 deletion plugins/mock
Submodule mock updated 1 files
+1 −1 VERSION.txt
2 changes: 1 addition & 1 deletion plugins/response
Submodule response updated 1 files
+1 −1 VERSION.txt
2 changes: 1 addition & 1 deletion plugins/sandcat
Submodule sandcat updated 1 files
+1 −1 VERSION.txt
2 changes: 1 addition & 1 deletion plugins/ssl
Submodule ssl updated 1 files
+1 −1 VERSION.txt
2 changes: 1 addition & 1 deletion plugins/stockpile
Submodule stockpile updated 1 files
+1 −1 VERSION.txt
2 changes: 1 addition & 1 deletion plugins/training
Submodule training updated 1 files
+1 −1 VERSION.txt

0 comments on commit 8ec305a

Please sign in to comment.