From 35f41b118b26c12e104d412ff33a252e903c0bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Z=C3=A9=20Vin=C3=ADcius?= Date: Mon, 7 May 2018 21:58:23 -0300 Subject: [PATCH] FIX: fix release year (#407) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96d47a2ea..5ea854c0f 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ modification, are permitted provided that the following conditions are met: ## Major Changes -### Ver 0.3.8 (14-March-2017) +### Ver 0.3.8 (14-March-2018) 1. FEAT: Add random.draw. See [PR #397](https://github.com/QuantEcon/QuantEcon.py/pull/397) 1. FEAT: Add Numba jit version of scipy.special.comb. See [PR #377](https://github.com/QuantEcon/QuantEcon.py/pull/377) 1. FEAT: Add random_tournament_graph for game theory module. See [PR #378](https://github.com/QuantEcon/QuantEcon.py/pull/378)