Skip to content

Commit

Permalink
setup: release v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Aage Lavik <jan.age.lavik@cern.ch>
  • Loading branch information
jalavik committed Jun 2, 2016
1 parent 03f830d commit b5cfd09
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cache:
- pip

python:
- "2.7"
- '2.7'

env:
- EXTRAS=docs,tests
Expand All @@ -37,3 +37,14 @@ after_success:

notifications:
email: false

deploy:
provider: pypi
user: inspirehep
password:
secure: JRlzmzXjqr0c8m8nWwvDwmbPVuA64SanUMX6hqqtCOqHW06LMyC51MQr4mkq0SFLxLQsh2aPNmVB7IAO1ZR44cQh+1ECZgM6+cRfwb5lEJFsnVhaGV+VVwUUBYRjrb/IOui05nOlxp+aIOOqhegTcMzt7dsBnVBQgI87t2j4BOe6d6j+qoMALmltXbPcaiLATFAjqJq/AFEJlHiLFozWAU5m2H1OTUkHv5FOV31VdQwNfhFAzTegO1anTSkKiGAz1E1ihsKoRGoa00cw7H9woqrSOEHnrzdziZQtbVutSoiHFBDqIpBmxhcMHUl12KnjQUSaCFrDryD2PbLoJ6EGKydJWBLPMNMQVvK6mkcoMIuJxNRYW7Y4PLqBf8neAYpW/Wvnov80vlkRLic/Kwz+iDgmW2UhQUqLjJIp5fNdhHbI4EI0MZ1tchLaXVeQpdAa6tk6yIFhRLrvf8+Wz4c5yH6GM95qHOlh9I+/6ubZbMWO1AhSV510eUsh8M0CvGTb3VeI7mSMHe+Jur5gv+M+Nlerszx19k6aPH0vYM2NXpjSTKqW3t7H+ebxCnXpbgiwPKaBKWscCdH8Ru9HEvug2CtfoPyS3A+TYs7CpsmmEETEL9RNH3dQmNAhStilWI21kISEznNgCkhZZ082+Z19/I9vXg5X/fgKl+nK+zcdScw=
on:
branch: master
tags: true
distributions: sdist bdist_wheel
repo: inspirehep/hepcrawl
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
Changes
=======

Version 0.2.0 (2016-06-02)

- 11 new spiders, including arXiv, APS, Base OAI source, Elsevier and many more.
- Updated HEPRecord data items to conform with updates to INSPIRE data model.
- Reorganization of loaders to have one place for input and output processing of metadata.
- New pipelines for pushing content crawled to INSPIRE servers.
- Better error handling and reporting, including support for Sentry.

Version 0.1.0 (2015-10-26)

- Initial commit
46 changes: 46 additions & 0 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
..
This file is part of hepcrawl.
Copyright (C) 2015, 2016 CERN.
hepcrawl is a free software; you can redistribute it and/or modify it
under the terms of the Revised BSD License; see LICENSE file for
more details.

================
HEPCrawl v0.2.0
================

HEPCrawl v0.2.0 was released on 2nd of June, 2016.

About
-----

HEPcrawl is a harvesting library based on Scrapy (http://scrapy.org) for INSPIRE-HEP
(http://inspirehep.net).

What's new
----------

- 11 new spiders, including arXiv, APS, Base OAI source, Elsevier and many more.
- Updated HEPRecord data items to conform with updates to INSPIRE data model.
- Reorganization of loaders to have one place for input and output processing of metadata.
- New pipelines for pushing content crawled to INSPIRE servers.
- Better error handling and reporting, including support for Sentry.

Installation
------------

$ pip install hepcrawl==0.2.0

Documentation
-------------

http://pythonhosted.org/hepcrawl/

Happy hacking and thanks for flying HEPCrawl.

| INSPIRE Development Team
| Email: feedback@inspirehep.net
| Twitter: http://twitter.com/inspirehep
| GitHub: http://github.com/inspirehep
| URL: http://inspirehep.net
2 changes: 1 addition & 1 deletion hepcrawl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.1.1.dev20151112"
__version__ = "0.2.0"

0 comments on commit b5cfd09

Please sign in to comment.