We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72d5b5 commit d8e1b36Copy full SHA for d8e1b36
CHANGES.rst
@@ -2,6 +2,12 @@ Changelog of dask-geomodeling
2
===================================================
3
4
5
+2.1.2 (unreleased)
6
+------------------
7
+
8
+- Nothing changed yet.
9
10
11
2.1.1 (2019-12-06)
12
------------------
13
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
import os
-version = '2.1.1'
+version = '2.1.2.dev0'
long_description = "\n\n".join([open("README.rst").read(), open("CHANGES.rst").read()])
0 commit comments