We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10aed4c commit dc37683Copy full SHA for dc37683
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## [0.2.1] - 2025-03-25
10
+
11
## Fixed
12
13
Remove invalid dash-separated key 'description-file' in our packaging info https://github.com/OpenDataServices/json-merge-patch/pull/9
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup
2
setup(name='json-merge-patch',
3
- version='0.2',
+ version='0.2.1',
4
description='JSON Merge Patch library (https://tools.ietf.org/html/rfc7386)',
5
author='Open Data Services',
author_email='[email protected]',
0 commit comments