Skip to content

Commit

Permalink
Create new version
Browse files Browse the repository at this point in the history
Bump version, update changelog.
Added blank line doesn't change generated docs.
  • Loading branch information
mwermelinger committed Aug 17, 2024
1 parent aa0cbe9 commit e6ec031
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ This project does *not* adhere to [Semantic Versioning](https://semver.org).

<!-- Per release: Added / Changed / Deprecated / Removed / Fixed / Security -->

## [Unreleased](https://github.com/dsa-ou/algoesup/compare/v0.3.0...HEAD)
## [Unreleased](https://github.com/dsa-ou/algoesup/compare/v0.3.1...HEAD)
These changes are in the GitHub repository but not on [PyPI](https://pypi.org/project/algoesup).

<!-- Nothing yet. -->
Nothing yet.

## [0.3.1](https://github.com/dsa-ou/algoesup/compare/v0.3.0...v0.3.1) - 2024-08-17
### Fixed
- add blank line before generated Markdown list of issues

Expand Down
2 changes: 1 addition & 1 deletion Deepnote/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM python:3.10

RUN pip install pytype==2024.3.19 ruff==0.3.5 allowed algoesup==0.3
RUN pip install pytype==2024.3.19 ruff==0.3.5 allowed algoesup==0.3.1
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "algoesup"
version = "0.3.0"
version = "0.3.1"
description = "Algorithmic essay support library"
authors = [
"Michel Wermelinger <[email protected]>",
Expand All @@ -11,8 +11,8 @@ packages = [
]
readme = "src/README.md"
license = "BSD-3-Clause"
repository = "https://github.com/dsa-ou/algoesup"
homepage = "https://dsa-ou.github.io/algoesup/"
repository = "https://github.com/dsa-ou/algoesup/"
documentation = "https://dsa-ou.github.io/algoesup/library/"
keywords = ["education"]
classifiers = [
"Intended Audience :: Education",
Expand All @@ -22,6 +22,9 @@ classifiers = [
"Operating System :: OS Independent",
]

[tool.poetry.urls]
"Changelog" = "https://github.com/dsa-ou/algoesup/blob/main/CHANGELOG.md"

[tool.poetry.dependencies]
python = "^3.10"
ipython = "^8.13.1"
Expand Down

0 comments on commit e6ec031

Please sign in to comment.