We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cc62b commit 6242d2cCopy full SHA for 6242d2c
CHANGELOG.rst
@@ -1,3 +1,8 @@
1
+v1.2.1
2
+======
3
+monkey patch for ipykernel < 5.1.1 to fix
4
+https://github.com/ipython/ipykernel/issues/370
5
+
6
v1.2.0
7
======
8
Changed
ci/conda-recipe/meta.yaml
@@ -1,6 +1,6 @@
package:
name: psyplot-gui
- version: 1.2.1.dev0
+ version: 1.2.1
app:
entry: psyplot
icon: logo.png
psyplot_gui/version.py
@@ -1,3 +1,3 @@
# version of psyplot-gui
-__version__ = "1.2.1.dev0"
+__version__ = "1.2.1"
0 commit comments