zbyszek / rpms / pyhunspell

Forked from rpms/pyhunspell 6 years ago
Clone
Blob Blame History Raw
From 2e5c3542f7fbf5d4f2cb892359bcd78a729a8a5f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Beno=C3=AEt=20Latinier?= <benoit@latinier.fr>
Date: Wed, 31 Jan 2018 16:34:59 +0100
Subject: [PATCH 04/12] pop version

---
 CHANGELOG.md | 4 ++++
 setup.py     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 084a3d3..a823832 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## 0.5.1 (2018-01-31)
+### Bug fixes
+- Fix Installation fail on OSX (issue #33)
+
 ## 0.5.0 (2016-06-30)
 ### New features
 - A binding to `add_dic` allowing to load another dic in a hunspell instance (useful for technical terms, e.g, medical dictionary) (issue #30 & #2)
diff --git a/setup.py b/setup.py
index b698f2d..106df45 100755
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ else:
 main = Extension('hunspell', **main_module_kwargs)
 
 setup(name="hunspell",
-      version="0.5.0",
+      version="0.5.1",
       description="Module for the Hunspell spellchecker engine",
       author="BenoƮt Latinier",
       author_email="benoit@latinier.fr",
-- 
2.14.3