Skip to content

Commit 5957892

Browse files
authored
Merge pull request #40 from pganssle/prepare-0.6.1
Prepare 0.6.1 release
2 parents f8b16f3 + 0463084 commit 5957892

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Version 0.6.1
2+
=============
3+
4+
- Fixed an issue on Python 3.9 where the app would crash because ``audio_feeder.data.site.fonts`` did not have an ``__init__.py``.
5+
6+
- Version information is now stored in the git tag metadata (though hard-coded versions will be written to a file in all build artifacts).
7+
8+
- Adds a new ``/version`` endpoint, which displays the current version of ``audio-feeder`` that is running.
9+
110
Version 0.6.0
211
=============
312

@@ -20,4 +29,3 @@ Version 0.6.0
2029
- "Updating database" status now cleared if the database update fails.
2130

2231
- Updated books pagination to consistently use a zero-based index.
23-

changelog.d/font-fix.rst

-1
This file was deleted.

changelog.d/version-in-git.rst

-1
This file was deleted.

changelog.d/version.rst

-1
This file was deleted.

0 commit comments

Comments
 (0)