Prepare for 1.0 release

This commit is contained in:
Stephen Boddy 2016-11-23 04:24:45 +01:00
parent faea27d061
commit b2735ab81c
5 changed files with 13 additions and 4 deletions

View File

@ -1,5 +1,7 @@
terminator trunk:
terminator 1.0:
Features
* No major new features. This is simply to get any final updates
out so that focus can switch to the gtk3 branch.
Enhancements
* As part of GTK3 fixup, some backported improvements to the DBus

View File

@ -10,7 +10,8 @@ Here are the steps to follow to create a new terminator release:
$ python setup.py check
3. Update version number. Edit terminatorlib/version.py and set the
version number. Also edit terminator.spec and set it there.
version number. Also edit terminator.spec and set it there. Edit
the debian/changelog to add new version.
4. Create the source distribution package

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
terminator (1.0) trusty; urgency=medium
* New upstream release of 1.0
-- Steve Boddy <steve@asimov> Mon, 21 Nov 2016 18:28:47 +0100
terminator (0.98~ppa8) wily; urgency=medium
* No-change upload for wily

View File

@ -1,7 +1,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: terminator
Version: 0.98
Version: 1.0
Release: 1%{?dist}
Summary: Store and run multiple GNOME terminals in one window

View File

@ -21,4 +21,4 @@ TerminatorVersion supplies our version number.
"""
APP_NAME = 'terminator'
APP_VERSION = '0.98'
APP_VERSION = '1.0'