diff --git a/corptools/__init__.py b/corptools/__init__.py index a60ce3a8..d34e43f4 100644 --- a/corptools/__init__.py +++ b/corptools/__init__.py @@ -1,2 +1,2 @@ default_app_config = 'corptools.apps.CorpToolsConfig' -__version__ = "2.7.0b2" +__version__ = "2.7.0" diff --git a/corptools/urls.py b/corptools/urls.py index 94db041a..45327b5d 100644 --- a/corptools/urls.py +++ b/corptools/urls.py @@ -60,8 +60,8 @@ re_path(r'^r/$', views.react_menu, name='react'), re_path(r'^r/(?P(\d)*)/', views.v3_ui_render, name='reactmain'), - re_path(r'^r4/(?P(\d)*)/', - views.react_main, name='reactmain_beta'), + # re_path(r'^r4/(?P(\d)*)/', + # views.react_main, name='reactmain_beta'), re_path(r'^check_account/(?P(\d)*)/$', views.update_account, name='update_account'), re_path(r'^admin/$', views.admin, name='admin'),