Skip to content

Commit

Permalink
release: v1.0.0a1
Browse files Browse the repository at this point in the history
Signed-off-by: Orestis Melkonian <melkon.or@gmail.com>
  • Loading branch information
omelkonian committed Jan 17, 2017
1 parent 29a0a2a commit e38a0f2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
@@ -1,6 +1,6 @@
..
This file is part of Invenio.
Copyright (C) 2015, 2016 CERN.
Copyright (C) 2015, 2016, 2017 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 @@ -24,6 +24,6 @@
Changes
=======

Version 0.1.0 (released TBD)
Version 1.0.0a1 (released January 16, 2016)

- Initial public release.
12 changes: 6 additions & 6 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
==================================
Invenio-SequenceGenerator v0.1.0
==================================
====================================
Invenio-SequenceGenerator v1.0.0a1
====================================

Invenio-SequenceGenerator v0.1.0 was released on TBD, 2015.
Invenio-SequenceGenerator v1.0.0a1 was released on January 16, 2017.

About
-----
Expand All @@ -19,12 +19,12 @@ What's new
Installation
------------

$ pip install invenio-sequencegenerator==0.1.0
$ pip install invenio-sequencegenerator==1.0.0a1

Documentation
-------------

http://invenio-sequencegenerator.readthedocs.io/en/v0.1.0
http://invenio-sequencegenerator.readthedocs.io/en/v1.0.0a1

Happy hacking and thanks for flying Invenio-SequenceGenerator.

Expand Down
4 changes: 2 additions & 2 deletions invenio_sequencegenerator/version.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2015, 2016 CERN.
# Copyright (C) 2015, 2016, 2017 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 @@ -28,4 +28,4 @@
and parsed by ``setup.py``.
"""

__version__ = "0.1.0.dev20160000"
__version__ = "1.0.0a1"
6 changes: 3 additions & 3 deletions setup.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2015, 2016 CERN.
# Copyright (C) 2015, 2016, 2017 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 @@ -44,7 +44,7 @@

extras_require = {
'docs': [
'Sphinx>=1.4.2',
'Sphinx>=1.5.1',
],
'mysql': [
'invenio-db[mysql,versioning]>=1.0.0b1',
Expand Down Expand Up @@ -139,6 +139,6 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Development Status :: 1 - Planning',
'Development Status :: 3 - Alpha',
],
)

0 comments on commit e38a0f2

Please sign in to comment.