Skip to content

Commit

Permalink
bump version 1.0.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
guiferviz committed Apr 2, 2023
1 parent 2e13b42 commit 0516bca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The format is inspired on [Keep a Changelog](https://keepachangelog.com/en/1.0.0
This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## Unreleased
## 1.0.0a1 - 02-03-2023
### Added
- Loading files relative to the configuration file.
- Adding `mnemocards_anki.Pronounce`: task for pronouncing text using Google
Translator.
- Adding more docs.


## 1.0.0a0 - 06-03-2022
## 1.0.0a0 - 06-03-2023
A complete rewrite of the mnemocards package. Some features are missing.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mnemocards"
version = "1.0.0a0"
version = "1.0.0a1"
description = "In addition to helping you memorise, this code helps you do other things that I don't remember..."
packages = [
{ include = "mnemocards", from = "src" },
Expand Down

0 comments on commit 0516bca

Please sign in to comment.