Skip to content

Commit

Permalink
Bump version and properly hide description window.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfjurbala committed Jun 23, 2023
1 parent d652882 commit d689488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
break
# Silence flake8, __VERSION__ is properly assigned below
else:
__VERSION__ = '1.5'
__VERSION__ = '1.7'

PROGRAM_VERSION = __VERSION__

Expand Down
3 changes: 2 additions & 1 deletion software-station
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ from software_station_pkg import (

from software_station_xpm import xpmPackageCategory

__VERSION__ = '1.6'
__VERSION__ = '1.7'

global pkg_to_install
pkg_to_install = []
Expand Down Expand Up @@ -200,6 +200,7 @@ class TableWindow(Gtk.Window):
self.description_sw.show_all()
else:
self.table.remove(self.pkg_sw)
self.table.remove(self.description_sw)
self.table.attach(self.pkg_sw, 2, 12, 0, 12)
self.pkg_sw.show()

Expand Down

0 comments on commit d689488

Please sign in to comment.