Skip to content

Commit 2b0637b

Browse files
committed
Bump version: 0.2.4 → 0.3.0
1 parent e30de2b commit 2b0637b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.3.0
44

5-
[Compare the full difference](https://github.com/andrlik/django-markov/compare/0.2.4...HEAD)
5+
[Compare the full difference](https://github.com/andrlik/django-markov/compare/0.2.4...0.3.0)
66

77
- Implements new feature: `MarkovTextModel.add_new_corpus_data_to_model` and its async counterpart. This allows you to add new corpus entries to an existing model without having to regenerate over the whole corpus. This will not work if the stored model is in a compiled state.
88

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-markov"
3-
version = "0.2.4"
3+
version = "0.3.0"
44
description = "django-markov is a reusable Django app that enables you to create Markov text models, and store them in the database. Those models can then be used to generate Markov chain sentences."
55
authors = [
66
{ name = "Daniel Andrlik", email = "[email protected]" }
@@ -229,7 +229,7 @@ addopts = [
229229
ignore = ["W004"]
230230

231231
[tool.bumpversion]
232-
current_version = "0.2.4"
232+
current_version = "0.3.0"
233233
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
234234
serialize = ["{major}.{minor}.{patch}"]
235235
search = "{current_version}"

0 commit comments

Comments
 (0)