Skip to content

Commit

Permalink
Merge pull request #45 from jacquerie/release-v0.2.3
Browse files Browse the repository at this point in the history
setup: release v0.2.3
  • Loading branch information
jacquerie committed Dec 19, 2017
2 parents 08dce1f + 6df6213 commit b19da6c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
Changes
=======

Version 0.2.3 (2017-12-19)

- Handle all possible errors thrown by pyPDF2

- Fix normalization of CLIC report numbers.

Version 0.2.2 (2017-07-17)

- Handle pyPDF2 internal errors.
Expand Down
8 changes: 5 additions & 3 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
==============================
refextract v0.2.2 is released
refextract v0.2.3 is released
==============================

refextract v0.2.2 was released on 2017-07-17.
refextract v0.2.3 was released on 2017-12-19.

About
-----
Expand All @@ -12,7 +12,9 @@ Small library for extracting references used in scholarly communication.
What's new
----------

- Handle pyPDF2 internal errors.
- Handle all possible errors thrown by pyPDF2.

- Fix normalization of CLIC report numbers.

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.2.2'
release = '0.2.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion refextract/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@

from __future__ import absolute_import, print_function, unicode_literals

__version__ = "0.2.2"
__version__ = "0.2.3"

0 comments on commit b19da6c

Please sign in to comment.