q2rad 0.1.230__tar.gz → 0.1.231__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of q2rad might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: q2rad
3
- Version: 0.1.230
3
+ Version: 0.1.231
4
4
  Summary: RAD - database, GUI, reports
5
5
  Author: Andrei Puchko
6
6
  Author-email: andrei.puchko@gmx.de
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "q2rad"
3
- version = "0.1.230"
3
+ version = "0.1.231"
4
4
  description = "RAD - database, GUI, reports"
5
5
  authors = ["Andrei Puchko <andrei.puchko@gmx.de>"]
6
6
  readme = "README.md"
@@ -326,7 +326,7 @@ class Q2RadApp(Q2App):
326
326
  self.set_title("Open Application")
327
327
  Q2AppSelect().run(autoload_enabled)
328
328
  if self.selected_application != {}:
329
- self.open_selected_app(True, migrate_db_data=False)
329
+ self.open_selected_app(True, migrate_db_data=True)
330
330
  if self.check_app_update() or self.check_ext_update():
331
331
  self.open_selected_app()
332
332
  self.on_new_tab()
@@ -0,0 +1 @@
1
+ __version__ = "0.1.231"
@@ -1 +0,0 @@
1
- __version__ = "0.1.230"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes