Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
minijson
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
minijson
Commits
d9304883
Commit
d9304883
authored
4 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
version bump
parent
00e33802
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+2
-4
2 additions, 4 deletions
CHANGELOG.md
README.md
+3
-0
3 additions, 0 deletions
README.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
6 additions
and
5 deletions
CHANGELOG.md
+
2
−
4
View file @
d9304883
Changelog is kept at
[
GitHub
](
https://github.com/Dronehub/minijson/releases
)
,
Changelog is kept at
[
GitHub
](
https://github.com/Dronehub/minijson/releases
)
,
here's only the changelog for the version in development
here's only the changelog for the version in development
# v1.1
# v1.2
*
fixed to work under older Pythons (got rid of the f-strings)
*
fixed docstrings to signal that some functions raise exceptions
*
fixed a bug with encoding long lists
This diff is collapsed.
Click to expand it.
README.md
+
3
−
0
View file @
d9304883
MiniJSON
MiniJSON
========
========
[

](http://minijson.readthedocs.io/en/latest/?badge=latest)
[

](http://minijson.readthedocs.io/en/latest/?badge=latest)
[

](https://pypi.python.org/pypi/minijson)
[

](https://badge.fury.io/py/minijson)
[

](https://pypi.python.org/pypi/minijson)
MiniJSON is a codec for a compact binary representation of a subset of JSON.
MiniJSON is a codec for a compact binary representation of a subset of JSON.
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
d9304883
...
@@ -14,7 +14,7 @@ if 'DEBUG' in os.environ:
...
@@ -14,7 +14,7 @@ if 'DEBUG' in os.environ:
directives
[
'
embedsignature
'
]
=
True
directives
[
'
embedsignature
'
]
=
True
setup
(
version
=
'
1.1
'
,
setup
(
version
=
'
1.
2a
1
'
,
packages
=
find_packages
(
include
=
[
'
minijson
'
,
'
minijson.*
'
]),
packages
=
find_packages
(
include
=
[
'
minijson
'
,
'
minijson.*
'
]),
ext_modules
=
build
([
Multibuild
(
'
minijson
'
,
find_pyx
(
'
minijson
'
),
ext_modules
=
build
([
Multibuild
(
'
minijson
'
,
find_pyx
(
'
minijson
'
),
dont_snakehouse
=
dont_snakehouse
),
],
dont_snakehouse
=
dont_snakehouse
),
],
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment