Skip to content

Commit

Permalink
release: v1.0.0a1
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
  • Loading branch information
lnielsen committed Mar 21, 2016
1 parent d13130d commit 37432c2
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,12 @@ python:
env:
- REQUIREMENTS=lowest
- REQUIREMENTS=release
- REQUIREMENTS=devel

before_install:
- "travis_retry pip install --upgrade pip setuptools py"
- "travis_retry pip install twine wheel coveralls requirements-builder"
- "requirements-builder --level=min setup.py > .travis-lowest-requirements.txt"
- "requirements-builder --level=pypi setup.py > .travis-release-requirements.txt"
- "requirements-builder --level=dev --req requirements-devel.txt setup.py > .travis-devel-requirements.txt"

install:
- "travis_retry pip install -r .travis-${REQUIREMENTS}-requirements.txt"
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes
=======

Version v0.2.0 (released 2016-03-21):

- Adds DataCite XML generation support.

Version 0.1 (released 2015-02-25):

- Initial public release.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
About
=====

Python API wrapper for the DataCite Metadata Store API.
Python API wrapper for the DataCite Metadata Store API and DataCite XML
generation.


Installation
Expand All @@ -39,4 +40,5 @@ Testing
=======
Running the test suite is as simple as: ::

pip install -e .[all]
./run-tests.sh
15 changes: 8 additions & 7 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
=============================
DataCite v0.1.0 is released
=============================
=================
DataCite v0.2.0
=================

DataCite v0.1.0 was released on February 25, 2015.
DataCite v0.2.0 was released on March 21, 2016.

About
-----

Python API wrapper for the DataCite Metadata Store API.
Python API wrapper for the DataCite Metadata Store API and DataCite XML
generation.

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

- Initial public release.
- Adds DataCite XML generation capabilities.

Installation
------------
Expand All @@ -22,7 +23,7 @@ Installation
Documentation
-------------

http://datacite.readthedocs.org/en/v0.1.0
http://pythonhosted.org/datacite/

Homepage
--------
Expand Down
4 changes: 2 additions & 2 deletions datacite/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file is part of DataCite.
#
# Copyright (C) 2015 CERN.
# Copyright (C) 2015, 2016 CERN.
#
# DataCite is free software; you can redistribute it and/or modify it
# under the terms of the Revised BSD License; see LICENSE file for
Expand All @@ -20,4 +20,4 @@
# Do not change the format of this next line. Doing so risks breaking
# setup.py and docs/conf.py

__version__ = "0.1.1.dev20150225"
__version__ = "0.2.0"

0 comments on commit 37432c2

Please sign in to comment.