Skip to content

Commit

Permalink
idutils v0.1.1
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 Jul 22, 2015
1 parent 54b5403 commit 7f3f278
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
Changes
=======

Version 0.1.1 (2015-07-22)

- Fixes GND validation and normalization.
- Replaces invalid package name in `run-tests.sh` and makes `run-tests.sh` file
executable. One can now use `docker-compose run --rm web /code/run-tests.sh`
to run all the CI tests (pep257, sphinx, test suite).
- Initial release of Docker configuration suitable for local developments.
`docker-compose build` rebuilds the image,
`docker-compose run --rm web /code/run-tests.sh` runs the test suite.

Version 0.1.0 (2015-07-02)

- First public release.
17 changes: 14 additions & 3 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
===================================
IDUtils v0.1.0 is released
IDUtils v0.1.1 is released
===================================

IDUtils v0.1.0 was released on 2015-07-02
IDUtils v0.1.0 was released on 2015-07-22

About
-----

Small library for persistent identifiers used in scholarly communication.

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

- Fixes GND validation and normalization.
- Replaces invalid package name in `run-tests.sh` and makes `run-tests.sh` file
executable. One can now use `docker-compose run --rm web /code/run-tests.sh`
to run all the CI tests (pep257, sphinx, test suite).
- Initial release of Docker configuration suitable for local developments.
`docker-compose build` rebuilds the image,
`docker-compose run --rm web /code/run-tests.sh` runs the test suite.

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

Expand All @@ -17,7 +28,7 @@ Installation
Documentation
-------------

http://idutils.readthedocs.org/en/v0.1.0
http://idutils.readthedocs.org/en/v0.1.1

Homepage
--------
Expand Down
2 changes: 1 addition & 1 deletion idutils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

from __future__ import absolute_import, print_function, unicode_literals

__version__ = "0.1.1.dev20150702"
__version__ = "0.1.1"

0 comments on commit 7f3f278

Please sign in to comment.