Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version: post-release bump #23

Merged
merged 2 commits into from Feb 28, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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"