Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidneys1 committed Jun 5, 2024
1 parent 8988af7 commit 0eab2b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

{{{Unreleased}}}
----------------
v0.1 - 2024-06-06
-----------------

Initial project commit, basic functionality intact.

<!-- TODO: Any additional notes for this release. -->

### Added

- All base functionality.
Expand Down
12 changes: 6 additions & 6 deletions src/memoria/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__version__ = "v0.1b"
__description__ = """A selfhosted service for indexing and searching personal web history."""
__authors__ = [{'name': 'Sidneys1', 'email': '[email protected]'}]


__all__ = ('__version__', '__description__', '__authors__')
__version__ = "v0.1"
__description__ = """A selfhosted service for indexing and searching personal web history."""
__authors__ = [{'name': 'Sidneys1', 'email': '[email protected]'}]


__all__ = ('__version__', '__description__', '__authors__')

0 comments on commit 0eab2b4

Please sign in to comment.