summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2022-06-07 12:50:57 -0700
committerAdam Hupp <adam@hupp.org>2022-06-07 12:50:57 -0700
commitb443195104d89363b93a547584c1a12fce3b57ec (patch)
tree6a7b10bb66b9eac4ab80fba9083996c4c1148b9b
parent73e98a5d0de8da9f660ea501e335aec8cdd27333 (diff)
downloadpython-magic-b443195104d89363b93a547584c1a12fce3b57ec.tar.gz
bump version to remove accidental pyproject.toml in sdist0.4.27
-rw-r--r--CHANGELOG3
-rw-r--r--setup.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3ae6ceb..d821246 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Changes to 0.4.27:
+ - remove spurious pyproject.toml that breaks source builds
+
Changes to 0.4.26:
- Use tox for all multi-version testing
- Fix use of pytest, use it via tox
diff --git a/setup.py b/setup.py
index a98fbef..06386c3 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ setuptools.setup(
author='Adam Hupp',
author_email='adam@hupp.org',
url="http://github.com/ahupp/python-magic",
- version='0.4.26',
+ version='0.4.27',
long_description=read('README.md'),
long_description_content_type='text/markdown',
packages=['magic'],