Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ndparker committed Nov 7, 2014
1 parent 81097bc commit ee0b8ad
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGES
@@ -1,4 +1,4 @@
Changes with version
Changes with version 1.0.10

*) Added support for pypy 2.2

Expand Down
2 changes: 1 addition & 1 deletion docs/_userdoc/conf.py
Expand Up @@ -44,7 +44,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.9'
release = '1.0.10'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
26 changes: 13 additions & 13 deletions docs/_userdoc/website_download.txt
Expand Up @@ -4,7 +4,7 @@ Download
Change Log
----------

`CHANGES file <http://storage.perlig.de/rjsmin/CHANGES-1.0.9>`_
`CHANGES file <http://storage.perlig.de/rjsmin/CHANGES-1.0.10>`_


Source Packages
Expand All @@ -15,11 +15,11 @@ Source Packages
Current Stable Version
''''''''''''''''''''''

- `rjsmin-1.0.9.tar.xz <http://storage.perlig.de/rjsmin/rjsmin-1.0.9.tar.xz>`_
- `rjsmin-1.0.9.tar.bz2 <http://storage.perlig.de/rjsmin/rjsmin-1.0.9.tar.bz2>`_
- `rjsmin-1.0.9.tar.gz <http://storage.perlig.de/rjsmin/rjsmin-1.0.9.tar.gz>`_
- `rjsmin-1.0.9.zip <http://storage.perlig.de/rjsmin/rjsmin-1.0.9.zip>`_
- `rjsmin-1.0.9.digests <http://storage.perlig.de/rjsmin/rjsmin-1.0.9.digests>`_
- `rjsmin-1.0.10.tar.xz <http://storage.perlig.de/rjsmin/rjsmin-1.0.10.tar.xz>`_
- `rjsmin-1.0.10.tar.bz2 <http://storage.perlig.de/rjsmin/rjsmin-1.0.10.tar.bz2>`_
- `rjsmin-1.0.10.tar.gz <http://storage.perlig.de/rjsmin/rjsmin-1.0.10.tar.gz>`_
- `rjsmin-1.0.10.zip <http://storage.perlig.de/rjsmin/rjsmin-1.0.10.zip>`_
- `rjsmin-1.0.10.digests <http://storage.perlig.de/rjsmin/rjsmin-1.0.10.digests>`_

.. end stable

Expand All @@ -29,25 +29,25 @@ Integrity Check

There are hashes (MD5, SHA1 and SHA256) of the download packages stored
in the `digests file
<http://storage.perlig.de/rjsmin/rjsmin-1.0.9.digests>`_\.
<http://storage.perlig.de/rjsmin/rjsmin-1.0.10.digests>`_\.
In order to check the integrity of the downloaded file, use a tool like
md5sum (or sha1sum, sha256sum accordingly), e.g.:

.. sourcecode:: console

$ md5sum -c rjsmin-1.0.9.digests
rjsmin-1.0.9.tar.bz2: OK
rjsmin-1.0.9.tar.gz: OK
rjsmin-1.0.9.tar.xz: OK
rjsmin-1.0.9.zip: OK
$ md5sum -c rjsmin-1.0.10.digests
rjsmin-1.0.10.tar.bz2: OK
rjsmin-1.0.10.tar.gz: OK
rjsmin-1.0.10.tar.xz: OK
rjsmin-1.0.10.zip: OK

In order to check the integrity of the digest file itself, you can check
the PGP signature of that file. The file is signed by André Malo, Key-ID
0x8103A37E:

.. sourcecode:: console

$ gpg --verify rjsmin-1.0.9.digests
$ gpg --verify rjsmin-1.0.10.digests
gpg: Signature made Sun Feb 23 21:55:14 2014 CET using DSA key ID 8103A37E
gpg: Good signature from "Andre Malo <nd@apache.org>"
gpg: aka "Andr\xe9\x20Malo <nd@perlig.de>"
Expand Down
2 changes: 1 addition & 1 deletion package.cfg
Expand Up @@ -25,7 +25,7 @@ pypy.max = 2.2
jython.min = 2.5
jython.max = 2.7

version.number = 1.0.9
version.number = 1.0.10

author.name = André Malo
author.email = nd@perlig.de
Expand Down
2 changes: 1 addition & 1 deletion rjsmin.py
Expand Up @@ -66,7 +66,7 @@
__author__ = r"Andr\xe9 Malo".encode('ascii').decode('unicode_escape')
__docformat__ = "restructuredtext en"
__license__ = "Apache License, Version 2.0"
__version__ = '1.0.9'
__version__ = '1.0.10'
__all__ = ['jsmin']

import re as _re
Expand Down

0 comments on commit ee0b8ad

Please sign in to comment.