Skip to content

Commit 7251ab5

Browse files
committed
Merge branch 'release/0.2.3'
* release/0.2.3: RLS: setup.py version=0.2.3 DOC: README.rst: https://pypi.python.org/pypi/promiumbookmarks
2 parents 92b79d9 + 2e36d52 commit 7251ab5

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

HISTORY.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,23 @@
33
History
44
-------
55

6+
0.2.3 (2014-12-13)
7+
-------------------
8+
* DOC: README.rst: link to PyPI package
9+
610
0.2.2 (2014-12-13)
711
-------------------
812

9-
* Update MANIFEST.in (``exclude tests/data *.bkp``)
13+
* BLD: Update MANIFEST.in (``exclude tests/data *.bkp``)
1014

1115

1216
0.2.1 (2014-12-13)
1317
-------------------
1418

15-
* Update description and trove classifiers
19+
* DOC: Update description and trove classifiers
1620

1721

1822
0.2.0 (2014-12-13)
1923
---------------------
2024

21-
* First release on PyPI
25+
* RLS: First release on PyPI

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ promiumbookmarks works with Chrome and Chromium bookmarks JSON.
1616

1717
* Free software: BSD license
1818
* Source: https://github.com/westurner/promiumbookmarks
19+
* PyPI: https://pypi.python.org/pypi/promiumbookmarks
1920

2021
.. * Documentation: https://promiumbookmarks.readthedocs.org.
2122

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name='promiumbookmarks',
22-
version='0.2.2',
22+
version='0.2.3',
2323
description=(
2424
'promiumbookmarks works with Chrome and Chromium bookmarks JSON.'),
2525
long_description=readme + '\n\n' + history,

0 commit comments

Comments
 (0)