Skip to content

Commit

Permalink
Invenio-DB v1.0.0a1
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
  • Loading branch information
jirikuncar committed Oct 14, 2015
1 parent 5b1ae49 commit 60b8ed8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -68,3 +68,13 @@ script:

after_success:
- coveralls

deploy:
provider: pypi
user: jirikuncar
password:
secure: ObS7sJfyEtc3AcUwhC/x2vuwkzVWS8qsjv27lDaHCfCyC+fPpf5jMunovfuaNGmC5nkJWEQSvnogiBM3grZjWpRCNpQIQInyut9iUoCJogfFc8+ZHVIUVldnDWlHVbD9K+GWxGuo2x2AlCffEwOFm51KwlaG4TeBwOPAdGC5UdPh0h/TnjSOBv0qP7mY43nnViGzn0TKXkmVYejI7cGTGjHsS8eBbu49L+zxBbb9OKldOViLFzlpsifM6AF/mqqPDy2hc4YJx1PxqUVtcnWRicau9ratSix+U8gG36hfb90LyoOLkMjIZP9YNiSqA417bPJNPUSWpUqcw62KMaOSRWTv0a+X9j8/MZvCZsRtjCVzybrQY3e6iXg4+GtU2hJmqOO/ubC8sJakPELELijLqnq+BypdIBTj1gfV7MjG7mds5dKatvvYWhy8bPDccyc0R/KF1RmzZZpkKpsktxOtnIIbqStdgJFLvNe64NGftXfHtovAJFthjjAI0llCIAARq+NFq/sh5aGFGxv14Www69oqPA+msR+ZzHb1rBVivCdUuLE68Z1SEsLg5NMrjFFytNQCFMK/ZyhIH0hKIFU3H0A3TAT1+0Xjmzqo+J3tdGll8A/fosH1zpQMKm5ryKUJoRAyfUcWg/UH5bOXan/IybYQh9pm+fAeno0wK/fNE2w=
distributions: "sdist bdist_wheel"
on:
tags: true
python: "2.7"
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -24,6 +24,6 @@
Changes
=======

Version 0.1.0 (released TBD)
Version 0.1.0 (released 2015-10-14)

- Initial public release.
10 changes: 5 additions & 5 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
=======================
Invenio-DB v0.1.0
=======================
===================
Invenio-DB v1.0.0
===================

Invenio-DB v0.1.0 was released on TBD, 2015.
Invenio-DB v1.0.0 was released on October 14, 2015.

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

$ pip install invenio-db==0.1.0
$ pip install invenio-db==1.0.0

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion invenio_db/version.py
Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.1.0.dev20150000"
__version__ = "1.0.0a1"

0 comments on commit 60b8ed8

Please sign in to comment.