Skip to content

Commit

Permalink
Bump apps versions to cane caches
Browse files Browse the repository at this point in the history
  • Loading branch information
unho committed Sep 14, 2017
1 parent 4285275 commit c57ddd9
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pootle/apps/accounts/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AccountsConfig(AppConfig):

name = "accounts"
verbose_name = "Accounts"
version = "0.1.0"
version = "0.1.1"

def ready(self):
importlib.import_module("accounts.getters")
Expand Down
2 changes: 1 addition & 1 deletion pootle/apps/pootle_app/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class PootleConfig(AppConfig):
name = "pootle_app"
verbose_name = "Pootle"
version = "0.0.7"
version = "0.0.8"

def ready(self):
checks.register(deprecation.check_deprecated_settings, "settings")
Expand Down
2 changes: 1 addition & 1 deletion pootle/apps/pootle_data/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PootleDataConfig(AppConfig):

name = "pootle_data"
verbose_name = "Pootle Data"
version = "0.1.3"
version = "0.1.4"

def ready(self):
importlib.import_module("pootle_data.models")
Expand Down
2 changes: 1 addition & 1 deletion pootle/apps/pootle_fs/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PootleFSConfig(AppConfig):

name = "pootle_fs"
verbose_name = "Pootle Filesystem synchronisation"
version = "0.1.2"
version = "0.1.3"

def ready(self):
importlib.import_module("pootle_fs.models")
Expand Down
2 changes: 1 addition & 1 deletion pootle/apps/pootle_language/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PootleLanguageConfig(AppConfig):

name = "pootle_language"
verbose_name = "Pootle Language"
version = "0.1.3"
version = "0.1.4"

def ready(self):
importlib.import_module("pootle_language.getters")
Expand Down
2 changes: 1 addition & 1 deletion pootle/apps/pootle_log/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PootleLogConfig(AppConfig):

name = "pootle_log"
verbose_name = "Pootle Log"
version = "0.1.0"
version = "0.1.1"

def ready(self):
importlib.import_module("pootle_log.getters")
2 changes: 1 addition & 1 deletion pootle/apps/pootle_project/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PootleProjectConfig(AppConfig):

name = "pootle_project"
verbose_name = "Pootle Project"
version = "0.1.4"
version = "0.1.5"

def ready(self):
importlib.import_module("pootle_project.getters")
Expand Down
2 changes: 1 addition & 1 deletion pootle/apps/pootle_score/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PootleScoreConfig(AppConfig):

name = "pootle_score"
verbose_name = "Pootle Score"
version = "0.1.1"
version = "0.1.2"

def ready(self):
importlib.import_module("pootle_score.getters")
Expand Down
2 changes: 1 addition & 1 deletion pootle/apps/pootle_statistics/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PootleStatisticsConfig(AppConfig):

name = "pootle_statistics"
verbose_name = "Pootle Statistics"
version = "0.1.1"
version = "0.1.2"

def ready(self):
importlib.import_module("pootle_statistics.getters")
2 changes: 1 addition & 1 deletion pootle/apps/pootle_terminology/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PootleTerminologyConfig(AppConfig):

name = "pootle_terminology"
verbose_name = "Pootle Terminology"
version = "0.1.0"
version = "0.1.1"

def ready(self):
importlib.import_module("pootle_terminology.getters")
Expand Down
2 changes: 1 addition & 1 deletion pootle/apps/pootle_translationproject/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class PootleTPConfig(AppConfig):
name = "pootle_translationproject"
verbose_name = "PootleTranslationProject"
version = "0.1.3"
version = "0.1.4"

def ready(self):
importlib.import_module("pootle_translationproject.receivers")
Expand Down
2 changes: 1 addition & 1 deletion pootle/apps/pootle_word/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PootleWordConfig(AppConfig):

name = "pootle_word"
verbose_name = "Pootle Word"
version = "0.1.0"
version = "0.1.1"

def ready(self):
importlib.import_module("pootle_word.models")
Expand Down

0 comments on commit c57ddd9

Please sign in to comment.