Skip to content

Commit 01dfeb2

Browse files
committed
updated changelog, README, version number
1 parent f8ab2d5 commit 01dfeb2

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Copyright:
22

3-
KB / National Library of the Netherlands, Open Planets Foundation
3+
KB / National Library of the Netherlands, Open Preservation Foundation
44

55
License:
66

@@ -22,6 +22,6 @@ License:
2222

2323
The Debian packaging is:
2424

25-
Copyright (C) 2012 Open Planets Foundation <www.openplanetsfoundation.org>
25+
Copyright (C) 2012 Open Planets Foundation <http://openpreservation.org/>
2626

2727
and is licensed under the GPL version 3, see above.

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
recursive-include example_files *
2-
recursive-include doc *.pdf
2+
recursive-include doc *.html

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The [Vagrant directory](vagrant) of this repo contains instructions on how to bu
7070
(Outline only, this section is under development and needs more detail!).
7171

7272
1. Make changes to code
73-
1. Update version number in *jpylyzer.py*
73+
1. Update version number in *jpylyzer.py*, *setup.py* and *sonar-project.properties* (do we really need last file?)
7474
1. In case of changes to command-line interface, update [jpylyzer.pod](debian/jpylyzer.pod) file in *Debian* folder.
7575
1. Create new entry in changelog using `dch -i`; then manually update version number, and create list of changes.
7676
1. Update [User Manual](doc/jpylyzerUserManual.md) if necessary

debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
jpylyzer (1.14.1) UNRELEASED; urgency=medium
2+
3+
* Fixed outdated OPF refs in Debian folder
4+
* Fixed problem in schema for compressionRatio
5+
6+
-- johan <[email protected]> Wed, 25 Mar 2015 14:01:22 +0100
7+
18
jpylyzer (1.14.0) precise; urgency=medium
29

310
* Added recurse option (contributions by The National Archives)

jpylyzer/jpylyzer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
if len(scriptName) == 0:
5555
scriptName = 'jpylyzer'
5656

57-
__version__ = "1.14.0"
57+
__version__ = "1.14.1"
5858

5959
# Create parser
6060
parser = argparse.ArgumentParser(

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(name='jpylyzer',
1212
packages=['jpylyzer'],
13-
version='1.14.0',
13+
version='1.14.1',
1414
license='LGPL',
1515
platforms=['POSIX', 'Windows'],
1616
description='JP2 (JPEG 2000 Part 1) image validator and properties extractor',

sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.projectKey=org.opf-labs:jpylyzer
22
sonar.projectName=jpylyzer
3-
sonar.projectVersion=1.14.0
3+
sonar.projectVersion=1.14.1
44

55
sonar.sources=jpylyzer
66

0 commit comments

Comments
 (0)