Skip to content

Commit

Permalink
Merge f2ed2e4 into 393103e
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Feb 28, 2016
2 parents 393103e + f2ed2e4 commit eec4689
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
@@ -1,6 +1,6 @@
..
This file is part of Invenio.
Copyright (C) 2015 CERN.
Copyright (C) 2015, 2016 CERN.
Invenio is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
Expand All @@ -25,8 +25,8 @@
Changes
=======

Version 1.0.0 (released 2015-11-30)
-----------------------------------
Version 1.0.0a4 (released 2016-02-28)
-------------------------------------

Version 0.1.1 (released 2015-10-02)
-----------------------------------
Expand Down
10 changes: 5 additions & 5 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
=======================
Invenio-Celery v1.0.0
=======================
=========================
Invenio-Celery v1.0.0a4
=========================

Invenio-Celery v1.0.0 was released on November 30, 2015.
Invenio-Celery v1.0.0a4 was released on February 28, 2016.

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

$ pip install invenio-celery==1.0.0
$ pip install invenio-celery==1.0.0a4

Documentation
-------------
Expand Down
4 changes: 2 additions & 2 deletions invenio_celery/version.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2015 CERN.
# Copyright (C) 2015, 2016 CERN.
#
# Invenio is free software; you can redistribute it
# and/or modify it under the terms of the GNU General Public License as
Expand Down Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.0.0a4.dev20150000"
__version__ = "1.0.0a5.dev20160228"

0 comments on commit eec4689

Please sign in to comment.