From aeae9788f5e16b58176d79a831528da4b7785f2c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Wed, 26 May 2021 16:01:32 +0200
Subject: [PATCH] ver bump

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2167775..2c10235 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,6 @@
 Changelog is kept at [GitHub](https://github.com/Dronehub/minijson/releases),
 here's only the changelog for the version in development
 
-# v1.4
-
-* improved encoding of small non-all-keys-are-strings dictionaries
+# v1.5
 
+* _TBA_
diff --git a/setup.py b/setup.py
index 0ae1e65..b02e9a8 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ if 'DEBUG' in os.environ:
     directives['embedsignature'] = True
 
 
-setup(version='1.4',
+setup(version='1.5a1',
       packages=find_packages(include=['minijson', 'minijson.*']),
       ext_modules=build([Multibuild('minijson', find_pyx('minijson'),
                                     dont_snakehouse=dont_snakehouse), ],
-- 
GitLab