Skip to content

Commit

Permalink
Fixed setup version and categories (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengalin committed Jul 2, 2017
1 parent cb12ab7 commit dd99ab3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Change Log

### Version 1.0.1 (20170702)

#### User
- Fixed setup script version and categories.

#### Development
- Moved MIDI configuration to MIDI dialog, where it belonged.


### Version 1.0.0 (20170612)

#### User
Expand Down
2 changes: 1 addition & 1 deletion gstation_edit/resources/gstation-edit-one-window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2817,7 +2817,7 @@
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Version 1.0.0</property>
<property name="label" translatable="yes">Version 1.0.1</property>
</object>
<packing>
<property name="left_attach">0</property>
Expand Down
13 changes: 6 additions & 7 deletions setup_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.

VERSION='0.5'
VERSION='1.0.1'

from distutils.core import setup, Extension

Expand All @@ -26,15 +26,14 @@
url='http://sourceforge.net/projects/gstation-edit/',
license='GNU General Public License version 3.0 (GPLv3)',
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: X11 Applications',
'Development Status :: 5 - Production/Stable',
'Environment :: X11 Applications :: GTK',
'Intended Audience :: End Users/Desktop',
'License :: GNU General Public License version 3.0 (GPLv3)',
'Operating System :: Linux',
'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)',
'Operating System :: Unix',
'Programming Language :: Python :: 2',
'Topic :: Multimedia :: Sound/Audio',
'Translations :: English',
'User Interface :: GTK-3',
'Natural Language :: English',
],
packages=["gstation_edit", "gstation_edit.messages",
"gstation_edit.midi", "gstation_edit.rack",
Expand Down

0 comments on commit dd99ab3

Please sign in to comment.