Skip to content

Commit 1e3eecb

Browse files
committed
"bump to version 0.28-dev"
1 parent 19a366c commit 1e3eecb

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-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.26.1
3+
version: 0.28-dev
44

55
source:
6-
git_tag: 0.26.1
6+
git_tag: 0.28-dev
77
git_url: https://github.com/liam2/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.28
5+
============
6+
7+
In development.
8+
9+
.. include:: ./changes/version_0_28.rst.inc
10+
11+
412
Version 0.27
513
============
614

larray/__init__.py

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

10-
__version__ = "0.26.1"
10+
__version__ = '0.28-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.26.1'
12+
VERSION = '0.28-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)