Skip to content

Commit

Permalink
📦 v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky authored Jan 10, 2022
1 parent bdb7403 commit 69665d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.2] - 2022-01-10
### Added
- tests for TEI API
- tests for insertion index identification
Expand Down Expand Up @@ -59,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Get rid of code artifacts carried over from `tocrify`

<!-- link-labels -->
[unreleased]: ../../compare/v0.1.1...master
[unreleased]: ../../compare/v0.1.2...master
[0.1.2]: ../../compare/v0.1.1...v0.1.2
[0.1.1]: ../../compare/v0.1.0...v0.1.1
[0.1.0]: ../../compare/v1.0...v0.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='mets-mods2tei',
version='0.1.1',
version='0.1.2',
description='Convert digital documents in METS/MODS format to TEI',
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 69665d9

Please sign in to comment.