Skip to content

Commit

Permalink
release: v1.0.0a15
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Aug 13, 2017
1 parent 28b68d0 commit d0714b3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Changes
=======

Version 1.0.0a14 (released 2016-08-23)
Version 1.0.0a15 (released 2017-08-11)
--------------------------------------

- Initial refactoring for Invenio 3 compatible packages.
Expand Down
8 changes: 3 additions & 5 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
========================
Invenio-Base v1.0.0a14
Invenio-Base v1.0.0a15
========================

Invenio-Base v1.0.0a14 was released on August 23, 2016.
Invenio-Base v1.0.0a15 was released on August 11, 2017.

About
-----

Base package for building the Invenio application.

*This is an experimental developer preview release.*

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

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

$ pip install invenio-base==1.0.0a14
$ pip install invenio-base==1.0.0a15

Documentation
-------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
include_package_data=True,
platforms='any',
entry_points={
'flask.commands': [
'console_scripts': [
'{{ cookiecutter.package_name }} = invenio_app.cli:cli'
],
'invenio_config.module': [
Expand Down
2 changes: 1 addition & 1 deletion invenio_base/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.0.0a15.dev20160823"
__version__ = "1.0.0a15"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@
]

install_requires = [
'Flask>=0.11.1',
'blinker>=1.4',
'cookiecutter>=1.2.1',
'Flask>=0.11.1',
]

packages = find_packages()
Expand Down

0 comments on commit d0714b3

Please sign in to comment.