Skip to content

Commit

Permalink
release: v1.0.0b2
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Nowak <k.nowak@cern.ch>
  • Loading branch information
Krzysztof Nowak committed Jun 1, 2017
1 parent c86026a commit 6c47407
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -24,7 +24,7 @@
Changes
=======

Version 1.0.0b1 (released 2016-12-08)
Version 1.0.0b2 (released 2017-06-01)
-------------------------------------

Incompatible changes
Expand Down
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
============================
Invenio-Formatter v1.0.0b1
Invenio-Formatter v1.0.0b2
============================

Invenio-Formatter v1.0.0b1 was released on December 8, 2016.
Invenio-Formatter v1.0.0b2 was released on June 1, 2017.

About
-----
Expand All @@ -17,7 +17,7 @@ What's new
Installation
------------

$ pip install invenio-formatter==1.0.0b1
$ pip install invenio-formatter==1.0.0b2

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion invenio_formatter/version.py
Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.0.0b2.dev20161208"
__version__ = "1.0.0b2"

0 comments on commit 6c47407

Please sign in to comment.