Skip to content

Commit

Permalink
Update changelog and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHammarstedt committed Sep 20, 2021
1 parent f144ca0 commit 7293d42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Changelog

## [Unreleased]

### Added

### Changed
## [4.1.1] - 2021-09-20

### Fixed

- Workaround for bug in some versions of Python 3.8 and 3.9.
- Fixed bugs in segmenter module.

## [4.1.0] - 2021-04-14
Expand Down
2 changes: 1 addition & 1 deletion docs/docsify/_coverpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

> Språkbanken's text analysis tool
<p class="version"> version 4.1.0 </p>
<p class="version"> version 4.1.1 </p>

<p class="links">
<a class="button" target="_blank" href="https://github.com/spraakbanken/sparv-pipeline">Sparv on GitHub</a>
Expand Down
2 changes: 1 addition & 1 deletion sparv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
OutputAllDocs, OutputCommonData, OutputData, OutputDataAllDocs, Source,
SourceAnnotations, SourceStructure, SourceStructureParser, Text, Wildcard)

__version__ = "4.1.0"
__version__ = "4.1.1"

# Only expose classes and functions that are meant to be used in modules
__all__ = [
Expand Down

0 comments on commit 7293d42

Please sign in to comment.