Skip to content

Commit

Permalink
Merge pull request #24 from DDMAL/develop
Browse files Browse the repository at this point in the history
Move Tripoli versions to reflect IIIF API versions
  • Loading branch information
ahankinson committed Feb 22, 2018
2 parents 911919f + e14a585 commit 28cb9b7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,14 @@
Release History
---------------

2.0.0 (2018-02-22)
++++++++++++++++++

Tripoli v2.0.0 is functionally equivalent to v1.2.2. The major version number is being incremented
to mirror the IIIF Presentation API version it supports. Tripoli v3 will only support Presentation
API v3.


1.2.1 (2017-10-11) / 1.2.2
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,4 +1,4 @@
# Copyright (c) 2016 Alex Parmentier, Andrew Hankinson
# Copyright (c) 2016–2018 Alex Parmentier, Andrew Hankinson

# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion tripoli/tripoli.py
Expand Up @@ -28,7 +28,7 @@
ManifestValidator, SequenceValidator, CanvasValidator,
ImageContentValidator, AnnotationValidator)

__version__ = "1.2.2"
__version__ = "2.0.0"


class IIIFValidator(SubValidationMixin):
Expand Down

0 comments on commit 28cb9b7

Please sign in to comment.