set version 0.2.2
authorymh <ymh.work@gmail.com>
Sat, 06 Jul 2019 01:00:53 +0200
changeset 204 0c78763b5f10
parent 203 b378ca8d67af
child 205 da377e983aa6
set version
client/package.json
src/irinotes/__init__.py
--- a/client/package.json	Sat Jul 06 00:59:32 2019 +0200
+++ b/client/package.json	Sat Jul 06 01:00:53 2019 +0200
@@ -1,6 +1,6 @@
 {
   "name": "client",
-  "version": "0.2.1",
+  "version": "0.2.2",
   "private": true,
   "homepage": "https://irinotes.iri-research.org",
   "dependencies": {
--- a/src/irinotes/__init__.py	Sat Jul 06 00:59:32 2019 +0200
+++ b/src/irinotes/__init__.py	Sat Jul 06 01:00:53 2019 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 2, 1, 'final', 0)
+VERSION = (0, 2, 2, 'final', 0)
 VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))
 
 ###