Skip to content

Commit 997bd60

Browse files
committed
bump version to 0.30-dev
1 parent aa05464 commit 997bd60

File tree

5 files changed

+44
-4
lines changed

5 files changed

+44
-4
lines changed

condarecipe/larray/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package:
22
name: larray
3-
version: 0.29
3+
version: 0.30-dev
44

55
source:
6-
git_tag: 0.29
6+
git_tag: 0.30-dev
77
git_url: https://github.com/larray-project/larray.git
88
# git_tag: master
99
# git_url: file://c:/Users/gdm/devel/larray/.git

doc/source/changes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change log
22
##########
33

4+
Version 0.30
5+
============
6+
7+
In development.
8+
9+
.. include:: ./changes/version_0_30.rst.inc
10+
11+
412
Version 0.29
513
============
614

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Syntax changes
2+
--------------
3+
4+
* new syntax
5+
6+
7+
Backward incompatible changes
8+
-----------------------------
9+
10+
* backward incompatible changes
11+
12+
13+
New features
14+
------------
15+
16+
* added a feature (see the :ref:`miscellaneous section <misc>` for details).
17+
18+
* added another feature.
19+
20+
21+
.. _misc:
22+
23+
Miscellaneous improvements
24+
--------------------------
25+
26+
* improved something.
27+
28+
29+
Fixes
30+
-----
31+
32+
* fixed something (closes :issue:`1`).

larray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
from larray.viewer import *
99
import larray.random
1010

11-
__version__ = '0.29'
11+
__version__ = '0.30-dev'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def readlocal(fname):
99

1010

1111
DISTNAME = 'larray'
12-
VERSION = '0.29'
12+
VERSION = '0.30-dev'
1313
AUTHOR = 'Gaetan de Menten, Geert Bryon, Johan Duyck, Alix Damman'
1414
AUTHOR_EMAIL = '[email protected]'
1515
DESCRIPTION = "N-D labeled arrays in Python"

0 commit comments

Comments
 (0)