Skip to content

Commit

Permalink
Preparing release 0.10.1a
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Aug 2, 2019
1 parent 28fd0db commit a2ca3c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
@@ -1,5 +1,5 @@
0.10.1 (unreleased)
-------------------
0.10.1a (2019-08-02)
--------------------

- support webpack and other bundlers

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,5 +25,5 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.0"
"version": "0.10.1-a.0"
}
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@ def read(*parts):

setup(
name='django-js-reverse',
version='0.10.1.dev0',
version='0.10.1a',
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit a2ca3c1

Please sign in to comment.