From d44bc1e387d25a315816ccef80d59b356e0e8c7b Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Mon, 4 Sep 2017 19:47:03 +0800 Subject: [PATCH] =?UTF-8?q?release:=20=E7=89=88=E6=9C=AC=200.3=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=A8=B1=E5=A4=9A=E8=B3=87=E6=BA=90=E5=88=86?= =?UTF-8?q?=E4=BA=AB=E7=9B=B8=E9=97=9C=E7=9A=84=20AssertionError?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 感謝 magrady24 提供帳號和測試資料,這個版本 解決了很多編碼轉換以及特殊字元沒有跳脫造成的問題。 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8d6cfe0..0ff1f4e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([ceiba-dl], [0.2], [https://github.com/lantw44/ceiba-dl/issues]) +AC_INIT([ceiba-dl], [0.3], [https://github.com/lantw44/ceiba-dl/issues]) AC_CONFIG_SRCDIR([ceiba_dl/__init__.py]) AC_CONFIG_HEADERS([config.h])