Skip to content

Commit

Permalink
Prepare to release version 0.3.0 PYPI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdev committed Jun 16, 2015
1 parent 94a660e commit 9236624
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ Contributions
- Yuval Langer <http://yuvallanger.github.io>
- Guillaume Thomas <guillaume.thomas642@gmail.com>
- Victor Novais <victorh.novaisr@gmail.com>
- Parbhat Puri <https://parbhatpuri.com/>
- Fredrik Burman (coachHIPPO) <https://www.coachhippo.com>
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGES
========

0.3.0 (2015-06-16)
---------------------
- This version supports Django 1.8
- Support for Pandas 0.16

0.2.2 (2015-03-02)
---------------------
- Added Support for Django 1.7
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Contributors
* `Christopher Clarke <https://github.com/chrisdev>`_
* `Bertrand Bordage <https://github.com/BertrandBordage>`_
* `Guillaume Thomas <https://github.com/gtnx>`_
* `Parbhat Puri <https://parbhatpuri.com/>`_
* `Fredrik Burman (coachHIPPO) <https://www.coachhippo.com>`_

Dependencies
=============
Expand Down
2 changes: 1 addition & 1 deletion django_pandas/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.2'
__version__ = '0.3.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
)
MAJOR = 0
MINOR = 3
MICRO = 2
MICRO = 0

VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 9236624

Please sign in to comment.