refactor(release): bump to 1.6.0 and unify version source

This commit is contained in:
2026-02-15 15:17:30 +03:00
parent e590a6cde0
commit b7fad78a71
4 changed files with 5 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ class AuthReloginSmokeTests(unittest.TestCase):
self.assertNotIn("self.retail_coffee_checkboxes", self.source)
def test_update_check_actions_exist(self):
self.assertIn("APP_VERSION = ", self.source)
self.assertIn("from app_version import APP_VERSION", self.source)
self.assertIn("UPDATE_REPOSITORY = ", self.source)
self.assertIn('QAction("Проверить обновления", self)', self.source)
self.assertIn("def check_for_updates(self, silent_no_updates=False):", self.source)