Skip to content

Commit 7f1b08d

Browse files
committed
RLS: version=0.2.4, keywords
1 parent ad01158 commit 7f1b08d

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

HISTORY.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,25 @@
33
History
44
-------
55

6+
0.2.4 (2014-12-13
7+
------------------
8+
9+
* DOC: README.rst, setup.py: fix pip install editable command, keywords
10+
611
0.2.3 (2014-12-13)
712
-------------------
13+
814
* DOC: README.rst: link to PyPI package
915

1016
0.2.2 (2014-12-13)
1117
-------------------
1218

13-
* BLD: Update MANIFEST.in (``exclude tests/data *.bkp``)
14-
19+
* BLD: MANIFEST.in: ``exclude tests/data *.bkp``
1520

1621
0.2.1 (2014-12-13)
1722
-------------------
1823

19-
* DOC: Update description and trove classifiers
20-
24+
* DOC: README.rst, setup.py: Update description and trove classifiers
2125

2226
0.2.0 (2014-12-13)
2327
---------------------

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name='promiumbookmarks',
22-
version='0.2.3',
22+
version='0.2.4',
2323
description=(
2424
'promiumbookmarks works with Chrome and Chromium bookmarks JSON.'),
2525
long_description=readme + '\n\n' + history,
@@ -35,7 +35,7 @@
3535
install_requires=requirements,
3636
license="BSD",
3737
zip_safe=False,
38-
keywords='promiumbookmarks',
38+
keywords='promiumbookmarks chrome chromium bookmarks',
3939
classifiers=[
4040
"Programming Language :: Python :: 2",
4141
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)