Skip to content

Commit

Permalink
TVB-3073 Prepare next version number 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed May 23, 2023
1 parent 25d6d48 commit e6416bd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tvb_contrib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import shutil
import setuptools

CONTRIB_VERSION = "2.8"
CONTRIB_VERSION = "2.8.1"
CONTRIB_DEPENDENCIES = ["tvb-library", "xarray", "scikit-learn"]
TEAM = "Stuart Knock, Dionysios Perdikis, Paula Sanz Leon, Bogdan Valean, Marmaduke Woodman"

Expand Down
2 changes: 1 addition & 1 deletion tvb_framework/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import shutil
import setuptools

VERSION = "2.8"
VERSION = "2.8.1"

TVB_TEAM = "Mihai Andrei, Lia Domide, Stuart Knock, Bogdan Neacsa, Paula Prodan, Paula Sansz Leon, Marmaduke Woodman"

Expand Down
2 changes: 1 addition & 1 deletion tvb_framework/setup_bids_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

manifest_maker.template = 'MANIFEST_bids_monitor.in'

VERSION = "2.8"
VERSION = "2.8.1"

TVB_TEAM = "Akash Upadhyay, Paula Prodan"

Expand Down
2 changes: 1 addition & 1 deletion tvb_framework/setup_rest_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

manifest_maker.template = 'MANIFEST_rest_client.in'

VERSION = "2.8"
VERSION = "2.8.1"

TVB_TEAM = "Lia Domide, Paula Prodan, Bogdan Valean, Robert Vincze"

Expand Down
2 changes: 1 addition & 1 deletion tvb_library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import shutil
import setuptools

LIBRARY_VERSION = "2.8"
LIBRARY_VERSION = "2.8.1"

LIBRARY_TEAM = "Marmaduke Woodman, Jan Fousek, Stuart Knock, Paula Sanz Leon, Viktor Jirsa"

Expand Down
2 changes: 1 addition & 1 deletion tvb_library/tvb/basic/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class VersionSettings(object):
SVN_GIT_MIGRATION_REVISION = 10000

# Current release number
BASE_VERSION = "2.8"
BASE_VERSION = "2.8.1"

# Current DB version. Create a new migration script from command line and copy its gid here
DB_STRUCTURE_VERSION = '32d4bf9f8def'
Expand Down
2 changes: 1 addition & 1 deletion tvb_storage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import shutil
import setuptools

STORAGE_VERSION = "2.8"
STORAGE_VERSION = "2.8.1"

STORAGE_TEAM = "Lia Domide, Paula Prodan, Bogdan Valean, Robert Vincze"

Expand Down

0 comments on commit e6416bd

Please sign in to comment.