Skip to content

Commit

Permalink
Version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael1193 committed Dec 21, 2014
1 parent 328981b commit 4deaee2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__mail__ = "rafaelbailon at ieee dot org"
__url__ = "https://github.com/rafael1193/spicegui"
__source__ = "https://github.com/rafael1193/spicegui"
__version__ = "0.2"
__version__ = "0.3"
__license__ = "GPL3"

dependencies = []
Expand Down
Binary file added spec/spicegui-0.3-1.fc21.src.rpm
Binary file not shown.
7 changes: 5 additions & 2 deletions spec/spicegui.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: spicegui
Version: 0.2
Release: 4%{?dist}
Version: 0.3
Release: 1%{?dist}
Summary: SpiceGUI for circuit simulation

License: GPLv3
Expand Down Expand Up @@ -64,6 +64,9 @@ fi


%changelog
* Sun Dec 21 2014 Rafael Bailón-Ruiz <rafaelbailon at ieee dot org> - 0.3-1
- Update to 0.3

* Thu Nov 13 2014 Rafael Bailón-Ruiz <rafaelbailon at ieee dot org> - 0.2-4
- Include appdata file

Expand Down
2 changes: 1 addition & 1 deletion spicegui/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def on_about_action(self, action, parameter):
aboutdialog.connect("response", lambda w, r: aboutdialog.destroy())
aboutdialog.set_title("About SpiceGUI")
aboutdialog.set_program_name("SpiceGUI")
aboutdialog.set_version("0.2")
aboutdialog.set_version("0.3")
aboutdialog.set_comments("Graphical user interface for circuit simulation using ngspice")
aboutdialog.set_copyright("Copyright \xc2\xa9 2014 Rafael Bailón-Ruiz")
aboutdialog.set_logo_icon_name("spicegui")
Expand Down

0 comments on commit 4deaee2

Please sign in to comment.