bump version
This commit is contained in:
parent
2a76b9eb67
commit
fc02645bf1
@ -1,4 +1,4 @@
|
||||
Changes with version
|
||||
Changes with version 1.0.8
|
||||
|
||||
*) Updated benchmarks
|
||||
|
||||
|
@ -44,7 +44,7 @@ copyright = u'2014 Andr\xe9 Malo'
|
||||
# The short X.Y version.
|
||||
version = '1.0'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '1.0.7'
|
||||
release = '1.0.8'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -4,7 +4,7 @@ Download
|
||||
Change Log
|
||||
----------
|
||||
|
||||
`CHANGES file <http://storage.perlig.de/rjsmin/CHANGES-1.0.7>`_
|
||||
`CHANGES file <http://storage.perlig.de/rjsmin/CHANGES-1.0.8>`_
|
||||
|
||||
|
||||
Source Packages
|
||||
@ -15,11 +15,11 @@ Source Packages
|
||||
Current Stable Version
|
||||
''''''''''''''''''''''
|
||||
|
||||
- `rjsmin-1.0.7.tar.xz <http://storage.perlig.de/rjsmin/rjsmin-1.0.7.tar.xz>`_
|
||||
- `rjsmin-1.0.7.tar.bz2 <http://storage.perlig.de/rjsmin/rjsmin-1.0.7.tar.bz2>`_
|
||||
- `rjsmin-1.0.7.tar.gz <http://storage.perlig.de/rjsmin/rjsmin-1.0.7.tar.gz>`_
|
||||
- `rjsmin-1.0.7.zip <http://storage.perlig.de/rjsmin/rjsmin-1.0.7.zip>`_
|
||||
- `rjsmin-1.0.7.digests <http://storage.perlig.de/rjsmin/rjsmin-1.0.7.digests>`_
|
||||
- `rjsmin-1.0.8.tar.xz <http://storage.perlig.de/rjsmin/rjsmin-1.0.8.tar.xz>`_
|
||||
- `rjsmin-1.0.8.tar.bz2 <http://storage.perlig.de/rjsmin/rjsmin-1.0.8.tar.bz2>`_
|
||||
- `rjsmin-1.0.8.tar.gz <http://storage.perlig.de/rjsmin/rjsmin-1.0.8.tar.gz>`_
|
||||
- `rjsmin-1.0.8.zip <http://storage.perlig.de/rjsmin/rjsmin-1.0.8.zip>`_
|
||||
- `rjsmin-1.0.8.digests <http://storage.perlig.de/rjsmin/rjsmin-1.0.8.digests>`_
|
||||
|
||||
.. end stable
|
||||
|
||||
@ -29,17 +29,17 @@ 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.7.digests>`_\.
|
||||
<http://storage.perlig.de/rjsmin/rjsmin-1.0.8.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.7.digests
|
||||
rjsmin-1.0.7.tar.bz2: OK
|
||||
rjsmin-1.0.7.tar.gz: OK
|
||||
rjsmin-1.0.7.tar.xz: OK
|
||||
rjsmin-1.0.7.zip: OK
|
||||
$ md5sum -c rjsmin-1.0.8.digests
|
||||
rjsmin-1.0.8.tar.bz2: OK
|
||||
rjsmin-1.0.8.tar.gz: OK
|
||||
rjsmin-1.0.8.tar.xz: OK
|
||||
rjsmin-1.0.8.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
|
||||
@ -47,7 +47,7 @@ the PGP signature of that file. The file is signed by André Malo, Key-ID
|
||||
|
||||
.. sourcecode:: console
|
||||
|
||||
$ gpg --verify rjsmin-1.0.7.digests
|
||||
$ gpg --verify rjsmin-1.0.8.digests
|
||||
gpg: Signature made Sun Jun 30 16:10:42 2013 CEST using DSA key ID 8103A37E
|
||||
gpg: Good signature from "Andre Malo <nd@apache.org>"
|
||||
gpg: aka "Andr\xe9\x20Malo <nd@perlig.de>"
|
||||
|
@ -25,7 +25,7 @@ pypy.max = 2.0
|
||||
jython.min = 2.5
|
||||
jython.max = 2.7
|
||||
|
||||
version.number = 1.0.7
|
||||
version.number = 1.0.8
|
||||
|
||||
author.name = André Malo
|
||||
author.email = nd@perlig.de
|
||||
|
@ -60,7 +60,7 @@ __author__ = "Andr\xe9 Malo"
|
||||
__author__ = getattr(__author__, 'decode', lambda x: __author__)('latin-1')
|
||||
__docformat__ = "restructuredtext en"
|
||||
__license__ = "Apache License, Version 2.0"
|
||||
__version__ = '1.0.7'
|
||||
__version__ = '1.0.8'
|
||||
__all__ = ['jsmin']
|
||||
|
||||
import re as _re
|
||||
|
Loading…
x
Reference in New Issue
Block a user