Skip to content

Commit

Permalink
core.version: 3.15 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oaubert committed Jan 8, 2025
1 parent 72a3107 commit 78a5ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/advene/core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"""Versioning information.
"""

version='3.14'
date='20240826'
version='3.15'
date='20250108'
major,minor=[ int(s) for s in version.split('.') ]

if __name__ == '__main__':
Expand Down

0 comments on commit 78a5ee3

Please sign in to comment.