Skip to content

Commit

Permalink
release: v1.0.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Aug 7, 2017
1 parent 99b93e7 commit 54f737e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Changes
=======

Version 1.0.0b2 (released 2017-02-02)
Version 1.0.0b3 (released 2017-08-07)
-------------------------------------

- Refactoring for Invenio 3.
Expand Down
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=========================
Invenio-Celery v1.0.0b2
Invenio-Celery v1.0.0b3
=========================

Invenio-Celery v1.0.0b2 was released on February 2, 2017.
Invenio-Celery v1.0.0b3 was released on August 7, 2017.

About
-----
Expand All @@ -12,7 +12,7 @@ Integration layer between Celery and Invenio.
Installation
------------

$ pip install invenio-celery==1.0.0b2
$ pip install invenio-celery==1.0.0b3

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

from __future__ import absolute_import, print_function

__version__ = "1.0.0b3.dev20170202"
__version__ = "1.0.0b3"

0 comments on commit 54f737e

Please sign in to comment.