Bump version to 1.1.1

This commit is contained in:
Dan Yeaw 2019-11-01 21:08:19 -04:00
parent 2c44c10c7a
commit 3ea8335c46
No known key found for this signature in database
GPG Key ID: 77A923EF537B61A4
5 changed files with 10 additions and 4 deletions

5
NEWS
View File

@ -1,3 +1,8 @@
1.1.1
-----
- Reset tool after creation by default
- Remove setup.py and MANIFEST.in
1.1.0
-----
- New menu structure, according to the GNOME HIG

View File

@ -26,6 +26,7 @@
</p>
</description>
<releases>
<release version="1.1.1" date="2019-11-01"/>
<release version="1.1.0" date="2019-10-26"/>
<release version="1.0.2" date="2019-07-26"/>
<release version="1.0.1" date="2019-04-19"/>

View File

@ -15,7 +15,7 @@ passes them to the main Application instance.
# __version__ = '1.2.3' # Final Release
# __version__ = '1.2.3.post1' # Post Release 1
__version__ = "1.1.0"
__version__ = "1.1.1"
__all__ = ["main"]
from optparse import OptionParser

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "gaphor"
version = "1.1.0"
version = "1.1.1"
description = "Gaphor is the simple modeling tool written in Python."
authors = [
"Arjan J. Molenaar <gaphor@gmail.com>",

View File

@ -31,12 +31,12 @@ VSVersionInfo(
u'000004b0',
[StringStruct(u'CompanyName', u'Gaphor'),
StringStruct(u'FileDescription', u'Gaphor'),
StringStruct(u'FileVersion', u'1.1.0'),
StringStruct(u'FileVersion', u'1.1.1'),
StringStruct(u'InternalName', u'Gaphor'),
StringStruct(u'LegalCopyright', u'Copyright © 2019 Arjan J. Molenaar.'),
StringStruct(u'OriginalFilename', u'launch-gaphor.exe'),
StringStruct(u'ProductName', u'Gaphor'),
StringStruct(u'ProductVersion', u'1.1.0')])
StringStruct(u'ProductVersion', u'1.1.1')])
]),
VarFileInfo([VarStruct(u'Translation', [0, 1200])])
]