Skip to content

Commit c9f909d

Browse files
committed
bump version to 0.32.2-dev
1 parent 4bdb85d commit c9f909d

File tree

5 files changed

+53
-4
lines changed

5 files changed

+53
-4
lines changed

condarecipe/larray-editor/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-editor
3-
version: 0.32.1
3+
version: 0.32.2-dev
44

55
source:
6-
git_tag: 0.32.1
6+
git_tag: 0.32.2-dev
77
git_url: https://github.com/larray-project/larray-editor.git
88
# git_tag: master
99
# git_url: file://c:/Users/gdm/devel/larray-editor/.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.32.2
5+
==============
6+
7+
In development.
8+
9+
.. include:: ./changes/version_0_32_2.rst.inc
10+
11+
412
Version 0.32.1
513
==============
614

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
.. py:currentmodule:: larray_editor
2+
3+
Syntax changes
4+
^^^^^^^^^^^^^^
5+
6+
* renamed ``MappingEditor.old_method_name()`` to :py:obj:`MappingEditor.new_method_name()` (closes :editor_issue:`1`).
7+
8+
* renamed ``old_argument_name`` argument of :py:obj:`MappingEditor.method_name()` to ``new_argument_name``.
9+
10+
11+
Backward incompatible changes
12+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13+
14+
* other backward incompatible changes
15+
16+
17+
New features
18+
^^^^^^^^^^^^
19+
20+
* added a feature (see the :ref:`miscellaneous section <misc_editor>` for details).
21+
22+
* added another feature in the editor (closes :editor_issue:`1`).
23+
24+
.. note::
25+
26+
- It works for foo bar !
27+
- It does not work for foo baz !
28+
29+
30+
.. _misc_editor:
31+
32+
Miscellaneous improvements
33+
^^^^^^^^^^^^^^^^^^^^^^^^^^
34+
35+
* improved something.
36+
37+
38+
Fixes
39+
^^^^^
40+
41+
* fixed something (closes :editor_issue:`1`).

larray_editor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from larray_editor.api import *
44

5-
__version__ = '0.32.1'
5+
__version__ = '0.32.2-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-editor'
12-
VERSION = '0.32.1'
12+
VERSION = '0.32.2-dev'
1313
AUTHOR = 'Gaetan de Menten, Geert Bryon, Johan Duyck, Alix Damman'
1414
AUTHOR_EMAIL = 'gdementen@gmail.com'
1515
DESCRIPTION = "Graphical User Interface for LArray library"

0 commit comments

Comments
 (0)