Skip to content

Commit

Permalink
Bump version to v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwernervt committed May 3, 2018
1 parent f458760 commit 16e068e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
---------

v0.5.0 (2018-05-03)
+++++++++++++++++++

* Drop QtWebKit dependency. (`#13 <https://github.com/scottwernervt/clipmanager/issues/13>`_)

v0.4.0 (2018-02-27)
+++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Scott Werner <[email protected]>
pkgname=clipmanager
pkgver=0.4.0
pkgver=0.5.0
pkgrel=1
pkgdesc="Python Qt GUI clipboard manager"
arch=('any')
Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Installation

**Windows**

`clipmanager-setup-v0.4.0.exe <https://github.com/scottwernervt/clipmanager/releases/download/v0.4.0/clipmanager-setup-v0.4.0.exe>`_
* `clipmanager-setup-v0.5.0.exe <https://github.com/scottwernervt/clipmanager/releases/download/v0.5.0/clipmanager-setup-v0.5.0.exe>`_
* `clipmanager-setup-v0.4.0.exe <https://github.com/scottwernervt/clipmanager/releases/download/v0.4.0/clipmanager-setup-v0.4.0.exe>`_


Development
Expand Down
2 changes: 1 addition & 1 deletion clipmanager.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=0.4.0
Version=0.5.0
Name=ClipManager
GenericName=Clipboard manager
Comment=Manage clipboard history
Expand Down
2 changes: 1 addition & 1 deletion clipmanager.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "ClipManager"
#define MyAppVersion "0.4.0"
#define MyAppVersion "0.5.0"
#define MyAppPublisher "Werner"
#define MyAppURL "https://github.com/scottwernervt/clipmanager"
#define MyAppExeName "clipmanager.exe"
Expand Down
4 changes: 2 additions & 2 deletions clipmanager.version
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ VSVersionInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'Werner'),
StringStruct(u'FileDescription', u'GUI clipboard manager.'),
StringStruct(u'FileVersion', u'0.4.0.0'),
StringStruct(u'FileVersion', u'0.5.0.0'),
StringStruct(u'InternalName', u'ClipManager'),
StringStruct(u'LegalCopyright', u'© 2018 Scott Werner.'),
StringStruct(u'OriginalFilename', u'clipmanager.exe'),
StringStruct(u'ProductName', u'ClipManager'),
StringStruct(u'ProductVersion', u'0.4.0.0')])
StringStruct(u'ProductVersion', u'0.5.0.0')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down
2 changes: 1 addition & 1 deletion clipmanager/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'ClipManager'
__version__ = '0.4.0'
__version__ = '0.5.0'
__author__ = 'Scott Werner'
__license__ = 'BSD'
__copyright__ = 'Copyright 2018 Scott Werner'
Expand Down

0 comments on commit 16e068e

Please sign in to comment.