Skip to content

Commit

Permalink
vbump and no beta ui
Browse files Browse the repository at this point in the history
  • Loading branch information
pvyParts committed Mar 10, 2024
1 parent 1f0b08f commit d3146c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion corptools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
default_app_config = 'corptools.apps.CorpToolsConfig'
__version__ = "2.7.0b2"
__version__ = "2.7.0"
4 changes: 2 additions & 2 deletions corptools/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
re_path(r'^r/$', views.react_menu, name='react'),
re_path(r'^r/(?P<character_id>(\d)*)/',
views.v3_ui_render, name='reactmain'),
re_path(r'^r4/(?P<character_id>(\d)*)/',
views.react_main, name='reactmain_beta'),
# re_path(r'^r4/(?P<character_id>(\d)*)/',
# views.react_main, name='reactmain_beta'),
re_path(r'^check_account/(?P<character_id>(\d)*)/$',
views.update_account, name='update_account'),
re_path(r'^admin/$', views.admin, name='admin'),
Expand Down

0 comments on commit d3146c0

Please sign in to comment.