kitbash 1.2.2__tar.gz → 1.2.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kitbash
3
- Version: 1.2.2
3
+ Version: 1.2.3
4
4
  Summary: kitbash is a program you can use to combine parts of various SFZ files into a
5
5
  Author-email: Leon Dionne <ldionne@dridesign.sh.cn>
6
6
  Description-Content-Type: text/markdown
@@ -31,7 +31,7 @@ from PyQt5.QtWidgets import QApplication
31
31
  from qt_extras import DevilBox
32
32
  from conn_jack import JackConnectError
33
33
 
34
- __version__ = "1.2.2"
34
+ __version__ = "1.2.3"
35
35
 
36
36
  APP_NAME = "kitbash"
37
37
  APP_PATH = os.path.dirname(__file__)
@@ -518,7 +518,7 @@ class MainWindow(QMainWindow, GeometrySaver):
518
518
 
519
519
  def save_kit(self):
520
520
  kit = self.bashed_kit.simplified()
521
- kit.basedir = dirname(self.saved_sfz_filename)
521
+ kit.default_path = dirname(self.saved_sfz_filename)
522
522
  try:
523
523
  kit.save_as(self.saved_sfz_filename, self.saved_sfz_samples_mode)
524
524
  self.lbl_bashed_sfz_filename.setText(self.saved_sfz_filename)
@@ -28,7 +28,7 @@ requires = ["flit_core >=3.2,<4"]
28
28
  build-backend = "flit_core.buildapi"
29
29
 
30
30
  [bumpver]
31
- current_version = "1.2.2"
31
+ current_version = "1.2.3"
32
32
  version_pattern = "MAJOR.MINOR.PATCH"
33
33
  commit_message = "Bump version {old_version} -> {new_version}"
34
34
  commit = true
File without changes
File without changes
File without changes
File without changes
File without changes