From 9b9fe7dead80d24a26d027adeb48155eb1789585 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Thu, 17 Jun 2021 12:41:04 +0200
Subject: [PATCH] doc mention + ver bump

---
 CHANGELOG.md | 5 +----
 README.md    | 3 +++
 setup.cfg    | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 265136d..725c3e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,4 @@
 Changelog is kept at [GitHub](https://github.com/Dronehub/minijson/releases),
 here's only the changelog for the version in development
 
-# v2.3
-
-* loads will now take any object that can provide 
-  it's `__bytes__`
+# v2.4
diff --git a/README.md b/README.md
index 2d7db3e..6ae55d2 100644
--- a/README.md
+++ b/README.md
@@ -17,5 +17,8 @@ Refer to the [documentation](http://minijson.readthedocs.io/en/latest/?badge=lat
 for use.
 
 If there are no binary wheels precompiled for this platform, you will need to compile it yourself.
+Alternatively, you can 
+[file an issue](https://github.com/Dronehub/minijson/issues/new)
+and I'll do my best to compile a wheel for you.
 
 In order to do that you must have `Cython` installed.
diff --git a/setup.cfg b/setup.cfg
index e47e06c..c2c8a25 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 # coding: utf-8
 [metadata]
-version = 2.3
+version = 2.4a1
 name = minijson
 long_description = file: README.md
 long_description_content_type = text/markdown; charset=UTF-8
-- 
GitLab