Skip to content

Commit d86db4b

Browse files
committed
preparing for release 0.32.3
1 parent 680234b commit d86db4b

File tree

5 files changed

+19
-47
lines changed

5 files changed

+19
-47
lines changed

condarecipe/larray-editor/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "0.33-dev" %}
1+
{% set version = "0.32.3-dev" %}
22

33
package:
44
name: larray-editor
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.. py:currentmodule:: larray_editor
2+
3+
4+
Backward incompatible changes
5+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6+
7+
* dropped Python 2 support (closes :editor_issue:`132`).
8+
9+
10+
Fixes
11+
^^^^^
12+
13+
* workaround incompatibility with Python3.8 on Windows (closes :editor_issue:`208`).
14+
15+
* workaround incompatibility between two of our dependencies versions preventing the editor to even start
16+
(closes :editor_issue:`209`).

doc/source/changes/version_0_33.rst.inc

Lines changed: 0 additions & 44 deletions
This file was deleted.

larray_editor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from larray_editor.api import *
22

3-
__version__ = '0.33-dev'
3+
__version__ = '0.32.3-dev'

setup.py

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

88

99
DISTNAME = 'larray-editor'
10-
VERSION = '0.33-dev'
10+
VERSION = '0.32.3-dev'
1111
AUTHOR = 'Gaetan de Menten, Geert Bryon, Johan Duyck, Alix Damman'
1212
AUTHOR_EMAIL = 'gdementen@gmail.com'
1313
DESCRIPTION = "Graphical User Interface for LArray library"

0 commit comments

Comments
 (0)